#E4A5CA

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

Shades of Shocking #E4A5CA

Tints of Shocking #E4A5CA

Color information

#E4A5CA (or 0xE4A5CA) is unknown color: approx Shocking. HEX triplet: E4, A5 and CA. RGB value is (228,165,202). Sum of RGB (Red+Green+Blue) = 228+165+202=595 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.32% from 595); Green value is 165 (64.84% from 255 or 27.73% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A5CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4A5CA is #1B5A35. Grayscale: #BBBBBB. Windows color (decimal): -1792566 or 13280740. OLE color: 13280740.

HSL color Cylindrical-coordinate representation of color #E4A5CA: hue angle of 324.76º degrees, saturation: 0.54, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E4A5CA is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB228165202-
CMYK00.280.110.11
HSL324.76º53.85%77.06%-
HSV(B)324.76º27.63%89.41%-
XYZ56.1147.6762.12-
YUV188.05135.87156.49-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.32%
GREEN value IS 165 (64.84% from 255) = 27.73%
BLUE value IS 202 (79.30% from 255) = 33.95%
R=38.32%
G=27.73%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22816520200.280.110.11324.7653.8577.06
HexE4A5CA01CBB145364d
Octal344245312034131350566115
Binary111001001010010111001010011100101110111010001011101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4A5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4A5CA; }

 p { color: rgb(228,165,202); }

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

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

 a { background-color: rgb(228,165,202); }

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

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

 span { border-color: rgb(228,165,202); }

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