#EEA5C7

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

Shades of Shocking #EEA5C7

Tints of Shocking #EEA5C7

Color information

#EEA5C7 (or 0xEEA5C7) is unknown color: approx Shocking. HEX triplet: EE, A5 and C7. RGB value is (238,165,199). Sum of RGB (Red+Green+Blue) = 238+165+199=602 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.53% from 602); Green value is 165 (64.84% from 255 or 27.41% from 602); Blue value is 199 (78.12% from 255 or 33.06% from 602); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA5C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA5C7 is #115A38. Grayscale: #BEBEBE. Windows color (decimal): -1137209 or 13084142. OLE color: 13084142.

HSL color Cylindrical-coordinate representation of color #EEA5C7: hue angle of 332.05º 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 #EEA5C7 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB238165199-
CMYK00.310.160.07
HSL332.05º68.22%79.02%-
HSV(B)332.05º30.67%93.33%-
XYZ59.0249.2160.42-
YUV190.7132.68161.74-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.53%
GREEN value IS 165 (64.84% from 255) = 27.41%
BLUE value IS 199 (78.12% from 255) = 33.06%
R=39.53%
G=27.41%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816519900.310.160.07332.0568.2279.02
HexEEA5C701F10714c444f
Octal356245307037207514104117
Binary1110111010100101110001110111111000011110100110010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA5C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA5C7; }

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

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

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

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

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

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

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

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