Html Css Color HEX #ED1096 Deep Pink

📋 copy color: '#ED1096'

red 237 ◦ green 16 ◦ blue 150

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

Shades of Deep Pink #ED1096

Tints of Deep Pink #ED1096

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.97%

 BLUE value IS 150 (58.98% from 255) = 37.22%

R = 58.81%
G = 3.97%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ED1096 (or 0xED1096) is known color: Deep Pink. HEX triplet: ED, 10 and 96. RGB value is (237,16,150). Sum of RGB (Red+Green+Blue) = 237+16+150=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 16 (6.64% from 255 or 3.97% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1096 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1096 is #12EF69. Grayscale: #616161. Windows color (decimal): -1240938 or 9834733. OLE color: 9834733.

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

Color convert

RGB 237 16 150 -
CMYK 0 0.93 0.37 0.07
HSL 323.62º 0.87% 0.5% -
HSV(B) 323.62º 0.93% 0.93% -
XYZ 40.62 20.58 30.69 -
YUV 97.36 157.72 227.6 -
System Red Green Blue C M Y K H S L
Decimal 237 16 150 0 0.93 0.37 0.07 323.62 0.87 0.5
Hex ED 10 96 0 5D 25 7 144 57 32
Octal 355 20 226 0 135 45 7 504 127 62
Binary 11101101 10000 10010110 0 1011101 100101 111 101000100 1010111 110010

Color Harmonies of #ED1096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1096

Black with #ED1096

Text Example


Text Example

White with #ED1096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1096; }

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

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

background-color css

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

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

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

border-color css

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

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

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