#E288BC

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

Shades of Shocking #E288BC

Tints of Shocking #E288BC

Color information

#E288BC (or 0xE288BC) is unknown color: approx Shocking. HEX triplet: E2, 88 and BC. RGB value is (226,136,188). Sum of RGB (Red+Green+Blue) = 226+136+188=550 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.09% from 550); Green value is 136 (53.52% from 255 or 24.73% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 226 - color contains mainly: red. Hex color #E288BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E288BC is #1D7743. Grayscale: #A8A8A8. Windows color (decimal): -1931076 or 12355810. OLE color: 12355810.

HSL color Cylindrical-coordinate representation of color #E288BC: hue angle of 325.33º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E288BC is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB226136188-
CMYK00.400.170.11
HSL325.33º60.81%70.98%-
HSV(B)325.33º39.82%88.63%-
XYZ49.2537.4152.2-
YUV168.84138.82168.77-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.09%
GREEN value IS 136 (53.52% from 255) = 24.73%
BLUE value IS 188 (73.83% from 255) = 34.18%
R=41.09%
G=24.73%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613618800.400.170.11325.3360.8170.98
HexE288BC02811B1453d47
Octal342210274050211350575107
Binary11100010100010001011110001010001000110111010001011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E288BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E288BC; }

 p { color: rgb(226,136,188); }

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

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

 a { background-color: rgb(226,136,188); }

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

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

 span { border-color: rgb(226,136,188); }

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