Html Css Color HEX #ED96CB Shocking

📋 copy color: '#ED96CB'

red 237 ◦ green 150 ◦ blue 203

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

Shades of Shocking #ED96CB

Tints of Shocking #ED96CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.41%

R = 40.17%
G = 25.42%
B = 34.41%

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

#ED96CB (or 0xED96CB) is known color: Shocking. HEX triplet: ED, 96 and CB. RGB value is (237,150,203). Sum of RGB (Red+Green+Blue) = 237+150+203=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 150 (58.98% from 255 or 25.42% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #ED96CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED96CB is #126934. Grayscale: #B5B5B5. Windows color (decimal): -1206581 or 13342445. OLE color: 13342445.

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

Color convert

RGB 237 150 203 -
CMYK 0 0.37 0.14 0.07
HSL 323.45º 0.71% 0.76% -
HSV(B) 323.45º 0.37% 0.93% -
XYZ 56.61 44.13 62.03 -
YUV 182.06 139.82 167.19 -
System Red Green Blue C M Y K H S L
Decimal 237 150 203 0 0.37 0.14 0.07 323.45 0.71 0.76
Hex ED 96 CB 0 25 E 7 143 47 4C
Octal 355 226 313 0 45 16 7 503 107 114
Binary 11101101 10010110 11001011 0 100101 1110 111 101000011 1000111 1001100

Color Harmonies of #ED96CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED96CB

Black with #ED96CB

Text Example


Text Example

White with #ED96CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED96CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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