#E355B4

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

Shades of Hot Pink #E355B4

Tints of Hot Pink #E355B4

Color information

#E355B4 (or 0xE355B4) is unknown color: approx Hot Pink. HEX triplet: E3, 55 and B4. RGB value is (227,85,180). Sum of RGB (Red+Green+Blue) = 227+85+180=492 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.14% from 492); Green value is 85 (33.59% from 255 or 17.28% from 492); Blue value is 180 (70.70% from 255 or 36.59% from 492); Max value from RGB is 227 - color contains mainly: red. Hex color #E355B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E355B4 is #1CAA4B. Grayscale: #8A8A8A. Windows color (decimal): -1878604 or 11818467. OLE color: 11818467.

HSL color Cylindrical-coordinate representation of color #E355B4: hue angle of 319.86º 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 #E355B4 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB22785180-
CMYK00.630.210.11
HSL319.86º71.72%61.18%-
HSV(B)319.86º62.56%89.02%-
XYZ43.1726.1245.95-
YUV138.29151.54191.28-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 46.14%
GREEN value IS 85 (33.59% from 255) = 17.28%
BLUE value IS 180 (70.70% from 255) = 36.59%
R=46.14%
G=17.28%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2278518000.630.210.11319.8671.7261.18
HexE355B403F15B140483d
Octal343125264077251350011075
Binary1110001110101011011010001111111010110111010000001001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E355B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E355B4; }

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

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

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

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

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

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

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

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