#EEA1CA

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

Shades of Shocking #EEA1CA

Tints of Shocking #EEA1CA

Color information

#EEA1CA (or 0xEEA1CA) is unknown color: approx Shocking. HEX triplet: EE, A1 and CA. RGB value is (238,161,202). Sum of RGB (Red+Green+Blue) = 238+161+202=601 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.60% from 601); Green value is 161 (63.28% from 255 or 26.79% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA1CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA1CA is #115E35. Grayscale: #BCBCBC. Windows color (decimal): -1138230 or 13279726. OLE color: 13279726.

HSL color Cylindrical-coordinate representation of color #EEA1CA: hue angle of 328.05º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEA1CA is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB238161202-
CMYK00.320.150.07
HSL328.05º69.37%78.24%-
HSV(B)328.05º32.35%93.33%-
XYZ58.6747.9362.04-
YUV188.7135.51163.17-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.60%
GREEN value IS 161 (63.28% from 255) = 26.79%
BLUE value IS 202 (79.30% from 255) = 33.61%
R=39.60%
G=26.79%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816120200.320.150.07328.0569.3778.24
HexEEA1CA020F7148454e
Octal356241312040177510105116
Binary1110111010100001110010100100000111111110100100010001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA1CA; }

 p { color: rgb(238,161,202); }

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

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

 a { background-color: rgb(238,161,202); }

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

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

 span { border-color: rgb(238,161,202); }

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