#E69DBE

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

Shades of Shocking #E69DBE

Tints of Shocking #E69DBE

Color information

#E69DBE (or 0xE69DBE) is unknown color: approx Shocking. HEX triplet: E6, 9D and BE. RGB value is (230,157,190). Sum of RGB (Red+Green+Blue) = 230+157+190=577 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.86% from 577); Green value is 157 (61.72% from 255 or 27.21% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 230 - color contains mainly: red. Hex color #E69DBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69DBE is #196241. Grayscale: #B6B6B6. Windows color (decimal): -1663554 or 12492262. OLE color: 12492262.

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

Color convert

RGB230157190-
CMYK00.320.170.10
HSL332.88º59.35%75.88%-
HSV(B)332.88º31.74%90.2%-
XYZ53.9844.6554.49-
YUV182.59132.18161.82-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.86%
GREEN value IS 157 (61.72% from 255) = 27.21%
BLUE value IS 190 (74.61% from 255) = 32.93%
R=39.86%
G=27.21%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015719000.320.170.10332.8859.3575.88
HexE69DBE02011A14d3b4c
Octal346235276040211251573114
Binary11100110100111011011111001000001000110101010011011110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69DBE; }

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

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

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

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

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

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

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

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