Html Css Color HEX #ED0A8D Deep Pink

📋 copy color: '#ED0A8D'

red 237 ◦ green 10 ◦ blue 141

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

Shades of Deep Pink #ED0A8D

Tints of Deep Pink #ED0A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.34%

R = 61.08%
G = 2.58%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED0A8D (or 0xED0A8D) is known color: Deep Pink. HEX triplet: ED, 0A and 8D. RGB value is (237,10,141). Sum of RGB (Red+Green+Blue) = 237+10+141=388 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.08% from 388); Green value is 10 (4.30% from 255 or 2.58% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0A8D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0A8D is #12F572. Grayscale: #5C5C5C. Windows color (decimal): -1242483 or 9243373. OLE color: 9243373.

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

Color convert

RGB 237 10 141 -
CMYK 0 0.96 0.41 0.07
HSL 325.37º 0.92% 0.48% -
HSV(B) 325.37º 0.96% 0.93% -
XYZ 39.84 20.14 26.99 -
YUV 92.81 155.21 230.85 -
System Red Green Blue C M Y K H S L
Decimal 237 10 141 0 0.96 0.41 0.07 325.37 0.92 0.48
Hex ED A 8D 0 60 29 7 145 5C 30
Octal 355 12 215 0 140 51 7 505 134 60
Binary 11101101 1010 10001101 0 1100000 101001 111 101000101 1011100 110000

Color Harmonies of #ED0A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0A8D

Black with #ED0A8D

Text Example


Text Example

White with #ED0A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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