#E69DB9

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

Shades of Shocking #E69DB9

Tints of Shocking #E69DB9

Color information

#E69DB9 (or 0xE69DB9) is unknown color: approx Shocking. HEX triplet: E6, 9D and B9. RGB value is (230,157,185). Sum of RGB (Red+Green+Blue) = 230+157+185=572 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.21% from 572); Green value is 157 (61.72% from 255 or 27.45% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 230 - color contains mainly: red. Hex color #E69DB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69DB9 is #196246. Grayscale: #B5B5B5. Windows color (decimal): -1663559 or 12164582. OLE color: 12164582.

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

Color convert

RGB230157185-
CMYK00.320.200.10
HSL336.99º59.35%75.88%-
HSV(B)336.99º31.74%90.2%-
XYZ53.4544.4451.66-
YUV182.02129.68162.22-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.21%
GREEN value IS 157 (61.72% from 255) = 27.45%
BLUE value IS 185 (72.66% from 255) = 32.34%
R=40.21%
G=27.45%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015718500.320.200.10336.9959.3575.88
HexE69DB902014A1513b4c
Octal346235271040241252173114
Binary11100110100111011011100101000001010010101010100011110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69DB9; }

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

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

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

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

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

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

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

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