#EDA3BD

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

Shades of Shocking #EDA3BD

Tints of Shocking #EDA3BD

Color information

#EDA3BD (or 0xEDA3BD) is unknown color: approx Shocking. HEX triplet: ED, A3 and BD. RGB value is (237,163,189). Sum of RGB (Red+Green+Blue) = 237+163+189=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 163 (64.06% from 255 or 27.67% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA3BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA3BD is #125C42. Grayscale: #BCBCBC. Windows color (decimal): -1203267 or 12428269. OLE color: 12428269.

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

Color convert

RGB237163189-
CMYK00.310.200.07
HSL338.92º67.27%78.43%-
HSV(B)338.92º31.22%92.94%-
XYZ57.2147.8754.37-
YUV188.09128.52162.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.24%
GREEN value IS 163 (64.06% from 255) = 27.67%
BLUE value IS 189 (74.22% from 255) = 32.09%
R=40.24%
G=27.67%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716318900.310.200.07338.9267.2778.43
HexEDA3BD01F147153434e
Octal355243275037247523103116
Binary1110110110100011101111010111111010011110101001110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA3BD; }

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

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

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

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

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

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

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

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