#EEA5C3

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

Shades of Shocking #EEA5C3

Tints of Shocking #EEA5C3

Color information

#EEA5C3 (or 0xEEA5C3) is unknown color: approx Shocking. HEX triplet: EE, A5 and C3. RGB value is (238,165,195). Sum of RGB (Red+Green+Blue) = 238+165+195=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 165 (64.84% from 255 or 27.59% from 598); Blue value is 195 (76.56% from 255 or 32.61% from 598); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA5C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA5C3 is #115A3C. Grayscale: #BEBEBE. Windows color (decimal): -1137213 or 12821998. OLE color: 12821998.

HSL color Cylindrical-coordinate representation of color #EEA5C3: hue angle of 335.34º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EEA5C3 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB238165195-
CMYK00.310.180.07
HSL335.34º68.22%79.02%-
HSV(B)335.34º30.67%93.33%-
XYZ58.5749.0358.01-
YUV190.25130.68162.06-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.80%
GREEN value IS 165 (64.84% from 255) = 27.59%
BLUE value IS 195 (76.56% from 255) = 32.61%
R=39.80%
G=27.59%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816519500.310.180.07335.3468.2279.02
HexEEA5C301F12714f444f
Octal356245303037227517104117
Binary1110111010100101110000110111111001011110100111110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA5C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA5C3; }

 p { color: rgb(238,165,195); }

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

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

 a { background-color: rgb(238,165,195); }

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

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

 span { border-color: rgb(238,165,195); }

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