Html Css Color HEX #ED96C8 Shocking

📋 copy color: '#ED96C8'

red 237 ◦ green 150 ◦ blue 200

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

Shades of Shocking #ED96C8

Tints of Shocking #ED96C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.07%

R = 40.37%
G = 25.55%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#ED96C8 (or 0xED96C8) is known color: Shocking. HEX triplet: ED, 96 and C8. RGB value is (237,150,200). Sum of RGB (Red+Green+Blue) = 237+150+200=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 150 (58.98% from 255 or 25.55% from 587); Blue value is 200 (78.52% from 255 or 34.07% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #ED96C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED96C8 is #126937. Grayscale: #B5B5B5. Windows color (decimal): -1206584 or 13145837. OLE color: 13145837.

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

Color convert

RGB 237 150 200 -
CMYK 0 0.37 0.16 0.07
HSL 325.52º 0.71% 0.76% -
HSV(B) 325.52º 0.37% 0.93% -
XYZ 56.26 43.99 60.17 -
YUV 181.71 138.32 167.43 -
System Red Green Blue C M Y K H S L
Decimal 237 150 200 0 0.37 0.16 0.07 325.52 0.71 0.76
Hex ED 96 C8 0 25 10 7 146 47 4C
Octal 355 226 310 0 45 20 7 506 107 114
Binary 11101101 10010110 11001000 0 100101 10000 111 101000110 1000111 1001100

Color Harmonies of #ED96C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED96C8

Black with #ED96C8

Text Example


Text Example

White with #ED96C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED96C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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