#E088BE

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

Shades of Shocking #E088BE

Tints of Shocking #E088BE

Color information

#E088BE (or 0xE088BE) is unknown color: approx Shocking. HEX triplet: E0, 88 and BE. RGB value is (224,136,190). Sum of RGB (Red+Green+Blue) = 224+136+190=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 136 (53.52% from 255 or 24.73% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 224 - color contains mainly: red. Hex color #E088BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E088BE is #1F7741. Grayscale: #A8A8A8. Windows color (decimal): -2062146 or 12486880. OLE color: 12486880.

HSL color Cylindrical-coordinate representation of color #E088BE: hue angle of 323.18º 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 #E088BE is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB224136190-
CMYK00.390.150.12
HSL323.18º58.67%70.59%-
HSV(B)323.18º39.29%87.84%-
XYZ48.8437.1753.32-
YUV168.47140.15167.61-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.73%
GREEN value IS 136 (53.52% from 255) = 24.73%
BLUE value IS 190 (74.61% from 255) = 34.55%
R=40.73%
G=24.73%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413619000.390.150.12323.1858.6770.59
HexE088BE027FC1433b47
Octal340210276047171450373107
Binary1110000010001000101111100100111111111001010000111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E088BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E088BE; }

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

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

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

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

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

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

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

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