#ED99BD

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

Shades of Shocking #ED99BD

Tints of Shocking #ED99BD

Color information

#ED99BD (or 0xED99BD) is unknown color: approx Shocking. HEX triplet: ED, 99 and BD. RGB value is (237,153,189). Sum of RGB (Red+Green+Blue) = 237+153+189=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 153 (60.16% from 255 or 26.42% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #ED99BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED99BD is #126642. Grayscale: #B6B6B6. Windows color (decimal): -1205827 or 12425709. OLE color: 12425709.

HSL color Cylindrical-coordinate representation of color #ED99BD: hue angle of 334.29º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ED99BD is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB237153189-
CMYK00.350.200.07
HSL334.29º70%76.47%-
HSV(B)334.29º35.44%92.94%-
XYZ55.544.4653.8-
YUV182.22131.83167.07-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.93%
GREEN value IS 153 (60.16% from 255) = 26.42%
BLUE value IS 189 (74.22% from 255) = 32.64%
R=40.93%
G=26.42%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715318900.350.200.07334.297076.47
HexED99BD02314714e464c
Octal355231275043247516106114
Binary11101101100110011011110101000111010011110100111010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED99BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED99BD; }

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

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

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

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

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

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

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

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