Html Css Color HEX #ED0F7D Deep Pink

📋 copy color: '#ED0F7D'

red 237 ◦ green 15 ◦ blue 125

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

Shades of Deep Pink #ED0F7D

Tints of Deep Pink #ED0F7D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.98%

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

R = 62.86%
G = 3.98%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED0F7D (or 0xED0F7D) is known color: Deep Pink. HEX triplet: ED, 0F and 7D. RGB value is (237,15,125). Sum of RGB (Red+Green+Blue) = 237+15+125=377 (49% of max value = 765). Red value is 237 (92.97% from 255 or 62.86% from 377); Green value is 15 (6.25% from 255 or 3.98% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0F7D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0F7D is #12F082. Grayscale: #5D5D5D. Windows color (decimal): -1241219 or 8196077. OLE color: 8196077.

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

Color convert

RGB 237 15 125 -
CMYK 0 0.94 0.47 0.07
HSL 330.27º 0.88% 0.49% -
HSV(B) 330.27º 0.94% 0.93% -
XYZ 38.8 19.83 21.18 -
YUV 93.92 145.55 230.06 -
System Red Green Blue C M Y K H S L
Decimal 237 15 125 0 0.94 0.47 0.07 330.27 0.88 0.49
Hex ED F 7D 0 5E 2F 7 14A 58 31
Octal 355 17 175 0 136 57 7 512 130 61
Binary 11101101 1111 1111101 0 1011110 101111 111 101001010 1011000 110001

Color Harmonies of #ED0F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0F7D

Black with #ED0F7D

Text Example


Text Example

White with #ED0F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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