#EDA4BF

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

Shades of Shocking #EDA4BF

Tints of Shocking #EDA4BF

Color information

#EDA4BF (or 0xEDA4BF) is unknown color: approx Shocking. HEX triplet: ED, A4 and BF. RGB value is (237,164,191). Sum of RGB (Red+Green+Blue) = 237+164+191=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 164 (64.45% from 255 or 27.70% from 592); Blue value is 191 (75% from 255 or 32.26% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA4BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA4BF is #125B40. Grayscale: #BCBCBC. Windows color (decimal): -1203009 or 12559597. OLE color: 12559597.

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

Color convert

RGB237164191-
CMYK00.310.190.07
HSL337.81º66.97%78.63%-
HSV(B)337.81º30.8%92.94%-
XYZ57.648.3255.58-
YUV188.9129.18162.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.03%
GREEN value IS 164 (64.45% from 255) = 27.70%
BLUE value IS 191 (75% from 255) = 32.26%
R=40.03%
G=27.70%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716419100.310.190.07337.8166.9778.63
HexEDA4BF01F137152434f
Octal355244277037237522103117
Binary1110110110100100101111110111111001111110101001010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA4BF; }

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

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

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

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

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

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

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

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