#EDA0C5

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

Shades of Shocking #EDA0C5

Tints of Shocking #EDA0C5

Color information

#EDA0C5 (or 0xEDA0C5) is unknown color: approx Shocking. HEX triplet: ED, A0 and C5. RGB value is (237,160,197). Sum of RGB (Red+Green+Blue) = 237+160+197=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 160 (62.89% from 255 or 26.94% from 594); Blue value is 197 (77.34% from 255 or 33.16% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA0C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA0C5 is #125F3A. Grayscale: #BBBBBB. Windows color (decimal): -1204027 or 12951789. OLE color: 12951789.

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

Color convert

RGB237160197-
CMYK00.320.170.07
HSL331.17º68.14%77.84%-
HSV(B)331.17º32.49%92.94%-
XYZ57.5747.1858.89-
YUV187.24133.51163.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.90%
GREEN value IS 160 (62.89% from 255) = 26.94%
BLUE value IS 197 (77.34% from 255) = 33.16%
R=39.90%
G=26.94%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716019700.320.170.07331.1768.1477.84
HexEDA0C502011714b444e
Octal355240305040217513104116
Binary11101101101000001100010101000001000111110100101110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA0C5; }

 p { color: rgb(237,160,197); }

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

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

 a { background-color: rgb(237,160,197); }

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

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

 span { border-color: rgb(237,160,197); }

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