Html Css Color HEX #ED0B89 Deep Pink

📋 copy color: '#ED0B89'

red 237 ◦ green 11 ◦ blue 137

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

Shades of Deep Pink #ED0B89

Tints of Deep Pink #ED0B89

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.86%

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

R = 61.56%
G = 2.86%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED0B89 (or 0xED0B89) is known color: Deep Pink. HEX triplet: ED, 0B and 89. RGB value is (237,11,137). Sum of RGB (Red+Green+Blue) = 237+11+137=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 11 (4.69% from 255 or 2.86% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0B89 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0B89 is #12F476. Grayscale: #5C5C5C. Windows color (decimal): -1242231 or 8981485. OLE color: 8981485.

HSL color Cylindrical-coordinate representation of color #ED0B89: hue angle of 326.55º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED0B89 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 11 137 -
CMYK 0 0.95 0.42 0.07
HSL 326.55º 0.91% 0.49% -
HSV(B) 326.55º 0.95% 0.93% -
XYZ 39.56 20.05 25.45 -
YUV 92.94 152.87 230.75 -
System Red Green Blue C M Y K H S L
Decimal 237 11 137 0 0.95 0.42 0.07 326.55 0.91 0.49
Hex ED B 89 0 5F 2A 7 147 5B 31
Octal 355 13 211 0 137 52 7 507 133 61
Binary 11101101 1011 10001001 0 1011111 101010 111 101000111 1011011 110001

Color Harmonies of #ED0B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0B89

Black with #ED0B89

Text Example


Text Example

White with #ED0B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0B89; }

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

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

background-color css

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

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

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

border-color css

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

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

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