#EDA5BE

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

Shades of Shocking #EDA5BE

Tints of Shocking #EDA5BE

Color information

#EDA5BE (or 0xEDA5BE) is unknown color: approx Shocking. HEX triplet: ED, A5 and BE. RGB value is (237,165,190). Sum of RGB (Red+Green+Blue) = 237+165+190=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 165 (64.84% from 255 or 27.87% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA5BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA5BE is #125A41. Grayscale: #BDBDBD. Windows color (decimal): -1202754 or 12494317. OLE color: 12494317.

HSL color Cylindrical-coordinate representation of color #EDA5BE: hue angle of 339.17º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDA5BE is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB237165190-
CMYK00.300.200.07
HSL339.17º66.67%78.82%-
HSV(B)339.17º30.38%92.94%-
XYZ57.6748.6355.06-
YUV189.38128.35161.97-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.03%
GREEN value IS 165 (64.84% from 255) = 27.87%
BLUE value IS 190 (74.61% from 255) = 32.09%
R=40.03%
G=27.87%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716519000.300.200.07339.1766.6778.82
HexEDA5BE01E147153434f
Octal355245276036247523103117
Binary1110110110100101101111100111101010011110101001110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA5BE; }

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

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

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

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

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

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

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

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