Html Css Color HEX #ED0B7D Deep Pink

📋 copy color: '#ED0B7D'

red 237 ◦ green 11 ◦ blue 125

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

Shades of Deep Pink #ED0B7D

Tints of Deep Pink #ED0B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.51%

R = 63.54%
G = 2.95%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED0B7D (or 0xED0B7D) is known color: Deep Pink. HEX triplet: ED, 0B and 7D. RGB value is (237,11,125). Sum of RGB (Red+Green+Blue) = 237+11+125=373 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.54% from 373); Green value is 11 (4.69% from 255 or 2.95% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0B7D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0B7D is #12F482. Grayscale: #5B5B5B. Windows color (decimal): -1242243 or 8195053. OLE color: 8195053.

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

Color convert

RGB 237 11 125 -
CMYK 0 0.95 0.47 0.07
HSL 329.73º 0.91% 0.49% -
HSV(B) 329.73º 0.95% 0.93% -
XYZ 38.75 19.72 21.17 -
YUV 91.57 146.87 231.73 -
System Red Green Blue C M Y K H S L
Decimal 237 11 125 0 0.95 0.47 0.07 329.73 0.91 0.49
Hex ED B 7D 0 5F 2F 7 14A 5B 31
Octal 355 13 175 0 137 57 7 512 133 61
Binary 11101101 1011 1111101 0 1011111 101111 111 101001010 1011011 110001

Color Harmonies of #ED0B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0B7D

Black with #ED0B7D

Text Example


Text Example

White with #ED0B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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