#EA9ACD

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

Shades of Shocking #EA9ACD

Tints of Shocking #EA9ACD

Color information

#EA9ACD (or 0xEA9ACD) is unknown color: approx Shocking. HEX triplet: EA, 9A and CD. RGB value is (234,154,205). Sum of RGB (Red+Green+Blue) = 234+154+205=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 154 (60.55% from 255 or 25.97% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9ACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9ACD is #156532. Grayscale: #B7B7B7. Windows color (decimal): -1402163 or 13474538. OLE color: 13474538.

HSL color Cylindrical-coordinate representation of color #EA9ACD: hue angle of 321.75º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EA9ACD is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB234154205-
CMYK00.340.120.08
HSL321.75º65.57%76.08%-
HSV(B)321.75º34.19%91.76%-
XYZ56.5145.0163.47-
YUV183.73140163.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.46%
GREEN value IS 154 (60.55% from 255) = 25.97%
BLUE value IS 205 (80.47% from 255) = 34.57%
R=39.46%
G=25.97%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415420500.340.120.08321.7565.5776.08
HexEA9ACD022C8142424c
Octal3522323150421410502102114
Binary11101010100110101100110101000101100100010100001010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9ACD; }

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

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

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

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

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

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

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

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