Html Css Color HEX #ED96CC Shocking

📋 copy color: '#ED96CC'

red 237 ◦ green 150 ◦ blue 204

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

Shades of Shocking #ED96CC

Tints of Shocking #ED96CC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.38%

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

R = 40.1%
G = 25.38%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED96CC (or 0xED96CC) is known color: Shocking. HEX triplet: ED, 96 and CC. RGB value is (237,150,204). Sum of RGB (Red+Green+Blue) = 237+150+204=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 150 (58.98% from 255 or 25.38% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #ED96CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED96CC is #126933. Grayscale: #B6B6B6. Windows color (decimal): -1206580 or 13407981. OLE color: 13407981.

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

Color convert

RGB 237 150 204 -
CMYK 0 0.37 0.14 0.07
HSL 322.76º 0.71% 0.76% -
HSV(B) 322.76º 0.37% 0.93% -
XYZ 56.73 44.18 62.66 -
YUV 182.17 140.32 167.11 -
System Red Green Blue C M Y K H S L
Decimal 237 150 204 0 0.37 0.14 0.07 322.76 0.71 0.76
Hex ED 96 CC 0 25 E 7 143 47 4C
Octal 355 226 314 0 45 16 7 503 107 114
Binary 11101101 10010110 11001100 0 100101 1110 111 101000011 1000111 1001100

Color Harmonies of #ED96CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED96CC

Black with #ED96CC

Text Example


Text Example

White with #ED96CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED96CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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