Html Css Color HEX #ED99BD Shocking

📋 copy color: '#ED99BD'

red 237 ◦ green 153 ◦ blue 189

#ED99BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shocking #ED99BD

Tints of Shocking #ED99BD

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 value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ED99BD (or 0xED99BD) is known color: 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

RGB 237 153 189 -
CMYK 0 0.35 0.20 0.07
HSL 334.29º 0.7% 0.76% -
HSV(B) 334.29º 0.35% 0.93% -
XYZ 55.5 44.46 53.8 -
YUV 182.22 131.83 167.07 -
System Red Green Blue C M Y K H S L
Decimal 237 153 189 0 0.35 0.20 0.07 334.29 0.7 0.76
Hex ED 99 BD 0 23 14 7 14E 46 4C
Octal 355 231 275 0 43 24 7 516 106 114
Binary 11101101 10011001 10111101 0 100011 10100 111 101001110 1000110 1001100

Color Harmonies of #ED99BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED99BD

Black with #ED99BD

Text Example


Text Example

White with #ED99BD

Text Example


Text Example

HTML Codes & Css Web 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>