#E29ACD

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

Shades of Shocking #E29ACD

Tints of Shocking #E29ACD

Color information

#E29ACD (or 0xE29ACD) is unknown color: approx Shocking. HEX triplet: E2, 9A and CD. RGB value is (226,154,205). Sum of RGB (Red+Green+Blue) = 226+154+205=585 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.63% from 585); Green value is 154 (60.55% from 255 or 26.32% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 226 - color contains mainly: red. Hex color #E29ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29ACD is #1D6532. Grayscale: #B5B5B5. Windows color (decimal): -1926451 or 13474530. OLE color: 13474530.

HSL color Cylindrical-coordinate representation of color #E29ACD: hue angle of 317.5º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E29ACD is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB226154205-
CMYK00.320.090.11
HSL317.5º55.38%74.51%-
HSV(B)317.5º31.86%88.63%-
XYZ53.9443.6963.35-
YUV181.34141.35159.85-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.63%
GREEN value IS 154 (60.55% from 255) = 26.32%
BLUE value IS 205 (80.47% from 255) = 35.04%
R=38.63%
G=26.32%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615420500.320.090.11317.555.3874.51
HexE29ACD0209B13e374b
Octal342232315040111347667113
Binary1110001010011010110011010100000100110111001111101101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29ACD; }

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

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

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

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

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

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

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

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