#E69ACD

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

Shades of Shocking #E69ACD

Tints of Shocking #E69ACD

Color information

#E69ACD (or 0xE69ACD) is unknown color: approx Shocking. HEX triplet: E6, 9A and CD. RGB value is (230,154,205). Sum of RGB (Red+Green+Blue) = 230+154+205=589 (78% of max value = 765). Red value is 230 (90.23% from 255 or 39.05% from 589); Green value is 154 (60.55% from 255 or 26.15% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 230 - color contains mainly: red. Hex color #E69ACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69ACD is #196532. Grayscale: #B6B6B6. Windows color (decimal): -1664307 or 13474534. OLE color: 13474534.

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

Color convert

RGB230154205-
CMYK00.330.110.10
HSL319.74º60.32%75.29%-
HSV(B)319.74º33.04%90.2%-
XYZ55.2144.3463.41-
YUV182.54140.68161.85-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.05%
GREEN value IS 154 (60.55% from 255) = 26.15%
BLUE value IS 205 (80.47% from 255) = 34.80%
R=39.05%
G=26.15%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015420500.330.110.10319.7460.3275.29
HexE69ACD021BA1403c4b
Octal346232315041131250074113
Binary1110011010011010110011010100001101110101010000001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69ACD; }

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

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

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

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

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

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

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

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