#EAA5C4

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

Shades of Shocking #EAA5C4

Tints of Shocking #EAA5C4

Color information

#EAA5C4 (or 0xEAA5C4) is unknown color: approx Shocking. HEX triplet: EA, A5 and C4. RGB value is (234,165,196). Sum of RGB (Red+Green+Blue) = 234+165+196=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 165 (64.84% from 255 or 27.73% from 595); Blue value is 196 (76.95% from 255 or 32.94% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA5C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA5C4 is #155A3B. Grayscale: #BDBDBD. Windows color (decimal): -1399356 or 12887530. OLE color: 12887530.

HSL color Cylindrical-coordinate representation of color #EAA5C4: hue angle of 333.04º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAA5C4 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB234165196-
CMYK00.290.160.08
HSL333.04º62.16%78.24%-
HSV(B)333.04º29.49%91.76%-
XYZ57.3548.3958.54-
YUV189.16131.86159.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.33%
GREEN value IS 165 (64.84% from 255) = 27.73%
BLUE value IS 196 (76.95% from 255) = 32.94%
R=39.33%
G=27.73%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416519600.290.160.08333.0462.1678.24
HexEAA5C401D10814d3e4e
Octal352245304035201051576116
Binary1110101010100101110001000111011000010001010011011111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA5C4; }

 p { color: rgb(234,165,196); }

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

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

 a { background-color: rgb(234,165,196); }

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

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

 span { border-color: rgb(234,165,196); }

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