Html Css Color HEX #ED99C6 Shocking

📋 copy color: '#ED99C6'

red 237 ◦ green 153 ◦ blue 198

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

Shades of Shocking #ED99C6

Tints of Shocking #ED99C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 33.67%

R = 40.31%
G = 26.02%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#ED99C6 (or 0xED99C6) is known color: Shocking. HEX triplet: ED, 99 and C6. RGB value is (237,153,198). Sum of RGB (Red+Green+Blue) = 237+153+198=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 153 (60.16% from 255 or 26.02% from 588); Blue value is 198 (77.73% from 255 or 33.67% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #ED99C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED99C6 is #126639. Grayscale: #B7B7B7. Windows color (decimal): -1205818 or 13015533. OLE color: 13015533.

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

Color convert

RGB 237 153 198 -
CMYK 0 0.35 0.16 0.07
HSL 327.86º 0.7% 0.76% -
HSV(B) 327.86º 0.35% 0.93% -
XYZ 56.51 44.86 59.11 -
YUV 183.25 136.33 166.34 -
System Red Green Blue C M Y K H S L
Decimal 237 153 198 0 0.35 0.16 0.07 327.86 0.7 0.76
Hex ED 99 C6 0 23 10 7 148 46 4C
Octal 355 231 306 0 43 20 7 510 106 114
Binary 11101101 10011001 11000110 0 100011 10000 111 101001000 1000110 1001100

Color Harmonies of #ED99C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED99C6

Black with #ED99C6

Text Example


Text Example

White with #ED99C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED99C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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