Html Css Color HEX #ED99CC Shocking

📋 copy color: '#ED99CC'

red 237 ◦ green 153 ◦ blue 204

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

Shades of Shocking #ED99CC

Tints of Shocking #ED99CC

RGB

 RED value IS 237 (92.97% from 255) = 39.9%

 GREEN value IS 153 (60.16% from 255) = 25.76%

 BLUE value IS 204 (80.08% from 255) = 34.34%

R = 39.9%
G = 25.76%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED99CC (or 0xED99CC) is known color: Shocking. HEX triplet: ED, 99 and CC. RGB value is (237,153,204). Sum of RGB (Red+Green+Blue) = 237+153+204=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 153 (60.16% from 255 or 25.76% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #ED99CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED99CC is #126633. Grayscale: #B7B7B7. Windows color (decimal): -1205812 or 13408749. OLE color: 13408749.

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

Color convert

RGB 237 153 204 -
CMYK 0 0.35 0.14 0.07
HSL 323.57º 0.7% 0.76% -
HSV(B) 323.57º 0.35% 0.93% -
XYZ 57.22 45.15 62.83 -
YUV 183.93 139.33 165.85 -
System Red Green Blue C M Y K H S L
Decimal 237 153 204 0 0.35 0.14 0.07 323.57 0.7 0.76
Hex ED 99 CC 0 23 E 7 144 46 4C
Octal 355 231 314 0 43 16 7 504 106 114
Binary 11101101 10011001 11001100 0 100011 1110 111 101000100 1000110 1001100

Color Harmonies of #ED99CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED99CC

Black with #ED99CC

Text Example


Text Example

White with #ED99CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED99CC; }

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

 H1.HeaderClassName
 {
   color: #ED99CC;
 }
 .AnyTagClassName
 {
   color: #ED99CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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