#EDA2BC

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

Shades of Shocking #EDA2BC

Tints of Shocking #EDA2BC

Color information

#EDA2BC (or 0xEDA2BC) is unknown color: approx Shocking. HEX triplet: ED, A2 and BC. RGB value is (237,162,188). Sum of RGB (Red+Green+Blue) = 237+162+188=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 162 (63.67% from 255 or 27.60% from 587); Blue value is 188 (73.83% from 255 or 32.03% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA2BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA2BC is #125D43. Grayscale: #BBBBBB. Windows color (decimal): -1203524 or 12362477. OLE color: 12362477.

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

Color convert

RGB237162188-
CMYK00.320.210.07
HSL339.2º67.57%78.24%-
HSV(B)339.2º31.65%92.94%-
XYZ56.9247.4853.74-
YUV187.39128.35163.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.37%
GREEN value IS 162 (63.67% from 255) = 27.60%
BLUE value IS 188 (73.83% from 255) = 32.03%
R=40.37%
G=27.60%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716218800.320.210.07339.267.5778.24
HexEDA2BC020157153444e
Octal355242274040257523104116
Binary11101101101000101011110001000001010111110101001110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA2BC; }

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

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

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

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

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

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

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

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