#EDA2BE

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

Shades of Shocking #EDA2BE

Tints of Shocking #EDA2BE

Color information

#EDA2BE (or 0xEDA2BE) is unknown color: approx Shocking. HEX triplet: ED, A2 and BE. RGB value is (237,162,190). Sum of RGB (Red+Green+Blue) = 237+162+190=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 162 (63.67% from 255 or 27.50% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA2BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA2BE is #125D41. Grayscale: #BBBBBB. Windows color (decimal): -1203522 or 12493549. OLE color: 12493549.

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

Color convert

RGB237162190-
CMYK00.320.200.07
HSL337.6º67.57%78.24%-
HSV(B)337.6º31.65%92.94%-
XYZ57.1447.5654.88-
YUV187.62129.35163.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.24%
GREEN value IS 162 (63.67% from 255) = 27.50%
BLUE value IS 190 (74.61% from 255) = 32.26%
R=40.24%
G=27.50%
B=32.26%

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
Decimal23716219000.320.200.07337.667.5778.24
HexEDA2BE020147152444e
Octal355242276040247522104116
Binary11101101101000101011111001000001010011110101001010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA2BE; }

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

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

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

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

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

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

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

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