Html Css Color HEX #ED96BA Shocking

📋 copy color: '#ED96BA'

red 237 ◦ green 150 ◦ blue 186

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

Shades of Shocking #ED96BA

Tints of Shocking #ED96BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.46%

R = 41.36%
G = 26.18%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ED96BA (or 0xED96BA) is known color: Shocking. HEX triplet: ED, 96 and BA. RGB value is (237,150,186). Sum of RGB (Red+Green+Blue) = 237+150+186=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 150 (58.98% from 255 or 26.18% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #ED96BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED96BA is #126945. Grayscale: #B4B4B4. Windows color (decimal): -1206598 or 12228333. OLE color: 12228333.

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

Color convert

RGB 237 150 186 -
CMYK 0 0.37 0.22 0.07
HSL 335.17º 0.71% 0.76% -
HSV(B) 335.17º 0.37% 0.93% -
XYZ 54.69 43.36 51.94 -
YUV 180.12 131.32 168.57 -
System Red Green Blue C M Y K H S L
Decimal 237 150 186 0 0.37 0.22 0.07 335.17 0.71 0.76
Hex ED 96 BA 0 25 16 7 14F 47 4C
Octal 355 226 272 0 45 26 7 517 107 114
Binary 11101101 10010110 10111010 0 100101 10110 111 101001111 1000111 1001100

Color Harmonies of #ED96BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED96BA

Black with #ED96BA

Text Example


Text Example

White with #ED96BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED96BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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