#E69CB8

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

Shades of Shocking #E69CB8

Tints of Shocking #E69CB8

Color information

#E69CB8 (or 0xE69CB8) is unknown color: approx Shocking. HEX triplet: E6, 9C and B8. RGB value is (230,156,184). Sum of RGB (Red+Green+Blue) = 230+156+184=570 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.35% from 570); Green value is 156 (61.33% from 255 or 27.37% from 570); Blue value is 184 (72.27% from 255 or 32.28% from 570); Max value from RGB is 230 - color contains mainly: red. Hex color #E69CB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69CB8 is #196347. Grayscale: #B5B5B5. Windows color (decimal): -1663816 or 12098790. OLE color: 12098790.

HSL color Cylindrical-coordinate representation of color #E69CB8: hue angle of 337.3º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E69CB8 is Cyan = 0, Magento = 0.32, Yellow = 0.2 and Black (K on CMYK) = 0.10.

Color convert

RGB230156184-
CMYK00.320.20.10
HSL337.3º59.68%75.69%-
HSV(B)337.3º32.17%90.2%-
XYZ53.1744.0651.05-
YUV181.32129.52162.72-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.35%
GREEN value IS 156 (61.33% from 255) = 27.37%
BLUE value IS 184 (72.27% from 255) = 32.28%
R=40.35%
G=27.37%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.2
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015618400.320.20.10337.359.6875.69
HexE69CB802014A1513c4c
Octal346234270040241252174114
Binary11100110100111001011100001000001010010101010100011111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69CB8; }

 p { color: rgb(230,156,184); }

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

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

 a { background-color: rgb(230,156,184); }

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

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

 span { border-color: rgb(230,156,184); }

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