Html Css Color HEX #ED1089 Deep Pink

📋 copy color: '#ED1089'

red 237 ◦ green 16 ◦ blue 137

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

Shades of Deep Pink #ED1089

Tints of Deep Pink #ED1089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 35.13%

R = 60.77%
G = 4.1%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED1089 (or 0xED1089) is known color: Deep Pink. HEX triplet: ED, 10 and 89. RGB value is (237,16,137). Sum of RGB (Red+Green+Blue) = 237+16+137=390 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.77% from 390); Green value is 16 (6.64% from 255 or 4.10% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1089 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1089 is #12EF76. Grayscale: #5F5F5F. Windows color (decimal): -1240951 or 8982765. OLE color: 8982765.

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

Color convert

RGB 237 16 137 -
CMYK 0 0.93 0.42 0.07
HSL 327.15º 0.87% 0.5% -
HSV(B) 327.15º 0.93% 0.93% -
XYZ 39.63 20.18 25.47 -
YUV 95.87 151.22 228.66 -
System Red Green Blue C M Y K H S L
Decimal 237 16 137 0 0.93 0.42 0.07 327.15 0.87 0.5
Hex ED 10 89 0 5D 2A 7 147 57 32
Octal 355 20 211 0 135 52 7 507 127 62
Binary 11101101 10000 10001001 0 1011101 101010 111 101000111 1010111 110010

Color Harmonies of #ED1089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1089

Black with #ED1089

Text Example


Text Example

White with #ED1089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1089; }

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

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

background-color css

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

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

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

border-color css

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

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

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