#E69ABD

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

Shades of Shocking #E69ABD

Tints of Shocking #E69ABD

Color information

#E69ABD (or 0xE69ABD) is unknown color: approx Shocking. HEX triplet: E6, 9A and BD. RGB value is (230,154,189). Sum of RGB (Red+Green+Blue) = 230+154+189=573 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.14% from 573); Green value is 154 (60.55% from 255 or 26.88% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 230 - color contains mainly: red. Hex color #E69ABD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69ABD is #196542. Grayscale: #B4B4B4. Windows color (decimal): -1664323 or 12425958. OLE color: 12425958.

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

Color convert

RGB230154189-
CMYK00.330.180.10
HSL332.37º60.32%75.29%-
HSV(B)332.37º33.04%90.2%-
XYZ53.3743.6153.75-
YUV180.71132.68163.15-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.14%
GREEN value IS 154 (60.55% from 255) = 26.88%
BLUE value IS 189 (74.22% from 255) = 32.98%
R=40.14%
G=26.88%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015418900.330.180.10332.3760.3275.29
HexE69ABD02112A14c3c4b
Octal346232275041221251474113
Binary11100110100110101011110101000011001010101010011001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69ABD; }

 p { color: rgb(230,154,189); }

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

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

 a { background-color: rgb(230,154,189); }

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

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

 span { border-color: rgb(230,154,189); }

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