#E69DB6

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

Shades of Shocking #E69DB6

Tints of Shocking #E69DB6

Color information

#E69DB6 (or 0xE69DB6) is unknown color: approx Shocking. HEX triplet: E6, 9D and B6. RGB value is (230,157,182). Sum of RGB (Red+Green+Blue) = 230+157+182=569 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.42% from 569); Green value is 157 (61.72% from 255 or 27.59% from 569); Blue value is 182 (71.48% from 255 or 31.99% from 569); Max value from RGB is 230 - color contains mainly: red. Hex color #E69DB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69DB6 is #196249. Grayscale: #B5B5B5. Windows color (decimal): -1663562 or 11967974. OLE color: 11967974.

HSL color Cylindrical-coordinate representation of color #E69DB6: hue angle of 339.45º degrees, saturation: 0.59, 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 #E69DB6 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB230157182-
CMYK00.320.210.10
HSL339.45º59.35%75.88%-
HSV(B)339.45º31.74%90.2%-
XYZ53.1344.3150.01-
YUV181.68128.18162.47-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.42%
GREEN value IS 157 (61.72% from 255) = 27.59%
BLUE value IS 182 (71.48% from 255) = 31.99%
R=40.42%
G=27.59%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015718200.320.210.10339.4559.3575.88
HexE69DB602015A1533b4c
Octal346235266040251252373114
Binary11100110100111011011011001000001010110101010100111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69DB6; }

 p { color: rgb(230,157,182); }

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

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

 a { background-color: rgb(230,157,182); }

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

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

 span { border-color: rgb(230,157,182); }

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