#E355B5

Color #E355B5 Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #E355B5

Tints of Hot Pink #E355B5

Color information

#E355B5 (or 0xE355B5) is unknown color: approx Hot Pink. HEX triplet: E3, 55 and B5. RGB value is (227,85,181). Sum of RGB (Red+Green+Blue) = 227+85+181=493 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.04% from 493); Green value is 85 (33.59% from 255 or 17.24% from 493); Blue value is 181 (71.09% from 255 or 36.71% from 493); Max value from RGB is 227 - color contains mainly: red. Hex color #E355B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E355B5 is #1CAA4A. Grayscale: #8A8A8A. Windows color (decimal): -1878603 or 11884003. OLE color: 11884003.

HSL color Cylindrical-coordinate representation of color #E355B5: hue angle of 319.44º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E355B5 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.11.

Color convert

RGB22785181-
CMYK00.630.200.11
HSL319.44º71.72%61.18%-
HSV(B)319.44º62.56%89.02%-
XYZ43.2726.1646.49-
YUV138.4152.04191.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 227 (89.06% from 255) = 46.04%
GREEN value IS 85 (33.59% from 255) = 17.24%
BLUE value IS 181 (71.09% from 255) = 36.71%
R=46.04%
G=17.24%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2278518100.630.200.11319.4471.7261.18
HexE355B503F14B13f483d
Octal343125265077241347711075
Binary1110001110101011011010101111111010010111001111111001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E355B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E355B5; }

 p { color: rgb(227,85,181); }

 H1.HeaderClassName
 {
   color: #E355B5;
 }
 .AnyTagClassName
 {
   color: #E355B5;
 }
</style>
background-color css

<style>
 a { background-color: #E355B5; }

 a { background-color: rgb(227,85,181); }

 div.DivClassName
 {
   background-color: #E355B5;
 }
 .BgClassName
 {
   background-color: #E355B5;
 }
</style>
border-color css

<style>
 span { border-color: #E355B5; }

 span { border-color: rgb(227,85,181); }

 td.TdClassName
 {
   border-color: #E355B5;
 }
 .TagClassName
 {
   border-color: #E355B5;
 }
</style>