#eea1c4

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

Shades of Shocking #EEA1C4

Tints of Shocking #EEA1C4

Color information

#EEA1C4 (or 0xEEA1C4) is unknown color: approx Shocking. HEX triplet: EE, A1 and C4. RGB value is (238,161,196). Sum of RGB (Red+Green+Blue) = 238+161+196=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 161 (63.28% from 255 or 27.06% from 595); Blue value is 196 (76.95% from 255 or 32.94% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA1C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA1C4 is #115E3B. Grayscale: #BBBBBB. Windows color (decimal): -1138236 or 12886510. OLE color: 12886510.

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

Color convert

RGB238161196-
CMYK00.320.180.07
HSL332.73º69.37%78.24%-
HSV(B)332.73º32.35%93.33%-
XYZ57.9747.6558.37-
YUV188.01132.51163.65-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40%
GREEN value IS 161 (63.28% from 255) = 27.06%
BLUE value IS 196 (76.95% from 255) = 32.94%
R=40%
G=27.06%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816119600.320.180.07332.7369.3778.24
HexEEA1C402012714d454e
Octal356241304040227515105116
Binary11101110101000011100010001000001001011110100110110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eea1c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eea1c4; }

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

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

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

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

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

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

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

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