#EDA0CA

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

Shades of Shocking #EDA0CA

Tints of Shocking #EDA0CA

Color information

#EDA0CA (or 0xEDA0CA) is unknown color: approx Shocking. HEX triplet: ED, A0 and CA. RGB value is (237,160,202). Sum of RGB (Red+Green+Blue) = 237+160+202=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 160 (62.89% from 255 or 26.71% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA0CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA0CA is #125F35. Grayscale: #BBBBBB. Windows color (decimal): -1204022 or 13279469. OLE color: 13279469.

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

Color convert

RGB237160202-
CMYK00.320.150.07
HSL327.27º68.14%77.84%-
HSV(B)327.27º32.49%92.94%-
XYZ58.1647.4161.96-
YUV187.81136.01163.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.57%
GREEN value IS 160 (62.89% from 255) = 26.71%
BLUE value IS 202 (79.30% from 255) = 33.72%
R=39.57%
G=26.71%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716020200.320.150.07327.2768.1477.84
HexEDA0CA020F7147444e
Octal355240312040177507104116
Binary1110110110100000110010100100000111111110100011110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA0CA; }

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

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

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

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

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

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

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

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