#EDA4BA

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

Shades of Shocking #EDA4BA

Tints of Shocking #EDA4BA

Color information

#EDA4BA (or 0xEDA4BA) is unknown color: approx Shocking. HEX triplet: ED, A4 and BA. RGB value is (237,164,186). Sum of RGB (Red+Green+Blue) = 237+164+186=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 164 (64.45% from 255 or 27.94% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA4BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA4BA is #125B45. Grayscale: #BCBCBC. Windows color (decimal): -1203014 or 12231917. OLE color: 12231917.

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

Color convert

RGB237164186-
CMYK00.310.220.07
HSL341.92º66.97%78.63%-
HSV(B)341.92º30.8%92.94%-
XYZ57.0648.152.73-
YUV188.34126.68162.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.37%
GREEN value IS 164 (64.45% from 255) = 27.94%
BLUE value IS 186 (73.05% from 255) = 31.69%
R=40.37%
G=27.94%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716418600.310.220.07341.9266.9778.63
HexEDA4BA01F167156434f
Octal355244272037267526103117
Binary1110110110100100101110100111111011011110101011010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA4BA; }

 p { color: rgb(237,164,186); }

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

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

 a { background-color: rgb(237,164,186); }

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

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

 span { border-color: rgb(237,164,186); }

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