Html Css Color HEX #ED99C2 Shocking

📋 copy color: '#ED99C2'

red 237 ◦ green 153 ◦ blue 194

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

Shades of Shocking #ED99C2

Tints of Shocking #ED99C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.22%

R = 40.58%
G = 26.2%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#ED99C2 (or 0xED99C2) is known color: Shocking. HEX triplet: ED, 99 and C2. RGB value is (237,153,194). Sum of RGB (Red+Green+Blue) = 237+153+194=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 153 (60.16% from 255 or 26.20% from 584); Blue value is 194 (76.17% from 255 or 33.22% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #ED99C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED99C2 is #12663D. Grayscale: #B6B6B6. Windows color (decimal): -1205822 or 12753389. OLE color: 12753389.

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

Color convert

RGB 237 153 194 -
CMYK 0 0.35 0.18 0.07
HSL 330.71º 0.7% 0.76% -
HSV(B) 330.71º 0.35% 0.93% -
XYZ 56.05 44.68 56.71 -
YUV 182.79 134.33 166.67 -
System Red Green Blue C M Y K H S L
Decimal 237 153 194 0 0.35 0.18 0.07 330.71 0.7 0.76
Hex ED 99 C2 0 23 12 7 14B 46 4C
Octal 355 231 302 0 43 22 7 513 106 114
Binary 11101101 10011001 11000010 0 100011 10010 111 101001011 1000110 1001100

Color Harmonies of #ED99C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED99C2

Black with #ED99C2

Text Example


Text Example

White with #ED99C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED99C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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