#EDA3BF

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

Shades of Shocking #EDA3BF

Tints of Shocking #EDA3BF

Color information

#EDA3BF (or 0xEDA3BF) is unknown color: approx Shocking. HEX triplet: ED, A3 and BF. RGB value is (237,163,191). Sum of RGB (Red+Green+Blue) = 237+163+191=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 163 (64.06% from 255 or 27.58% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA3BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA3BF is #125C40. Grayscale: #BCBCBC. Windows color (decimal): -1203265 or 12559341. OLE color: 12559341.

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

Color convert

RGB237163191-
CMYK00.310.190.07
HSL337.3º67.27%78.43%-
HSV(B)337.3º31.22%92.94%-
XYZ57.4347.9655.52-
YUV188.32129.52162.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.10%
GREEN value IS 163 (64.06% from 255) = 27.58%
BLUE value IS 191 (75% from 255) = 32.32%
R=40.10%
G=27.58%
B=32.32%

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
Decimal23716319100.310.190.07337.367.2778.43
HexEDA3BF01F137151434e
Octal355243277037237521103116
Binary1110110110100011101111110111111001111110101000110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA3BF; }

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

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

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

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

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

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

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

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