Html Css Color HEX #ED0A7D Deep Pink

📋 copy color: '#ED0A7D'

red 237 ◦ green 10 ◦ blue 125

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

Shades of Deep Pink #ED0A7D

Tints of Deep Pink #ED0A7D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.69%

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

R = 63.71%
G = 2.69%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED0A7D (or 0xED0A7D) is known color: Deep Pink. HEX triplet: ED, 0A and 7D. RGB value is (237,10,125). Sum of RGB (Red+Green+Blue) = 237+10+125=372 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.71% from 372); Green value is 10 (4.30% from 255 or 2.69% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0A7D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0A7D is #12F582. Grayscale: #5A5A5A. Windows color (decimal): -1242499 or 8194797. OLE color: 8194797.

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

Color convert

RGB 237 10 125 -
CMYK 0 0.96 0.47 0.07
HSL 329.6º 0.92% 0.48% -
HSV(B) 329.6º 0.96% 0.93% -
XYZ 38.74 19.7 21.16 -
YUV 90.98 147.21 232.15 -
System Red Green Blue C M Y K H S L
Decimal 237 10 125 0 0.96 0.47 0.07 329.6 0.92 0.48
Hex ED A 7D 0 60 2F 7 14A 5C 30
Octal 355 12 175 0 140 57 7 512 134 60
Binary 11101101 1010 1111101 0 1100000 101111 111 101001010 1011100 110000

Color Harmonies of #ED0A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0A7D

Black with #ED0A7D

Text Example


Text Example

White with #ED0A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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