Html Css Color HEX #ED96BC Shocking

📋 copy color: '#ED96BC'

red 237 ◦ green 150 ◦ blue 188

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

Shades of Shocking #ED96BC

Tints of Shocking #ED96BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.7%

R = 41.22%
G = 26.09%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ED96BC (or 0xED96BC) is known color: Shocking. HEX triplet: ED, 96 and BC. RGB value is (237,150,188). Sum of RGB (Red+Green+Blue) = 237+150+188=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 150 (58.98% from 255 or 26.09% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #ED96BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED96BC is #126943. Grayscale: #B4B4B4. Windows color (decimal): -1206596 or 12359405. OLE color: 12359405.

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

Color convert

RGB 237 150 188 -
CMYK 0 0.37 0.21 0.07
HSL 333.79º 0.71% 0.76% -
HSV(B) 333.79º 0.37% 0.93% -
XYZ 54.91 43.45 53.07 -
YUV 180.35 132.32 168.41 -
System Red Green Blue C M Y K H S L
Decimal 237 150 188 0 0.37 0.21 0.07 333.79 0.71 0.76
Hex ED 96 BC 0 25 15 7 14E 47 4C
Octal 355 226 274 0 45 25 7 516 107 114
Binary 11101101 10010110 10111100 0 100101 10101 111 101001110 1000111 1001100

Color Harmonies of #ED96BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED96BC

Black with #ED96BC

Text Example


Text Example

White with #ED96BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED96BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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