#EDA0BE

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

Shades of Shocking #EDA0BE

Tints of Shocking #EDA0BE

Color information

#EDA0BE (or 0xEDA0BE) is unknown color: approx Shocking. HEX triplet: ED, A0 and BE. RGB value is (237,160,190). Sum of RGB (Red+Green+Blue) = 237+160+190=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 160 (62.89% from 255 or 27.26% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA0BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA0BE is #125F41. Grayscale: #BABABA. Windows color (decimal): -1204034 or 12493037. OLE color: 12493037.

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

Color convert

RGB237160190-
CMYK00.320.200.07
HSL336.62º68.14%77.84%-
HSV(B)336.62º32.49%92.94%-
XYZ56.7946.8654.77-
YUV186.44130.01164.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.37%
GREEN value IS 160 (62.89% from 255) = 27.26%
BLUE value IS 190 (74.61% from 255) = 32.37%
R=40.37%
G=27.26%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716019000.320.200.07336.6268.1477.84
HexEDA0BE020147151444e
Octal355240276040247521104116
Binary11101101101000001011111001000001010011110101000110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA0BE; }

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

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

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

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

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

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

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

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