#E088B6

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

Shades of Shocking #E088B6

Tints of Shocking #E088B6

Color information

#E088B6 (or 0xE088B6) is unknown color: approx Shocking. HEX triplet: E0, 88 and B6. RGB value is (224,136,182). Sum of RGB (Red+Green+Blue) = 224+136+182=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 136 (53.52% from 255 or 25.09% from 542); Blue value is 182 (71.48% from 255 or 33.58% from 542); Max value from RGB is 224 - color contains mainly: red. Hex color #E088B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E088B6 is #1F7749. Grayscale: #A7A7A7. Windows color (decimal): -2062154 or 11962592. OLE color: 11962592.

HSL color Cylindrical-coordinate representation of color #E088B6: hue angle of 328.64º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E088B6 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB224136182-
CMYK00.390.190.12
HSL328.64º58.67%70.59%-
HSV(B)328.64º39.29%87.84%-
XYZ47.9936.8348.84-
YUV167.56136.15168.26-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.33%
GREEN value IS 136 (53.52% from 255) = 25.09%
BLUE value IS 182 (71.48% from 255) = 33.58%
R=41.33%
G=25.09%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413618200.390.190.12328.6458.6770.59
HexE088B602713C1493b47
Octal340210266047231451173107
Binary11100000100010001011011001001111001111001010010011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E088B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E088B6; }

 p { color: rgb(224,136,182); }

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

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

 a { background-color: rgb(224,136,182); }

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

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

 span { border-color: rgb(224,136,182); }

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