Html Css Color HEX #ED0A90 Deep Pink

📋 copy color: '#ED0A90'

red 237 ◦ green 10 ◦ blue 144

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

Shades of Deep Pink #ED0A90

Tints of Deep Pink #ED0A90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.83%

R = 60.61%
G = 2.56%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#ED0A90 (or 0xED0A90) is known color: Deep Pink. HEX triplet: ED, 0A and 90. RGB value is (237,10,144). Sum of RGB (Red+Green+Blue) = 237+10+144=391 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.61% from 391); Green value is 10 (4.30% from 255 or 2.56% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0A90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0A90 is #12F56F. Grayscale: #5C5C5C. Windows color (decimal): -1242480 or 9439981. OLE color: 9439981.

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

Color convert

RGB 237 10 144 -
CMYK 0 0.96 0.39 0.07
HSL 324.58º 0.92% 0.48% -
HSV(B) 324.58º 0.96% 0.93% -
XYZ 40.07 20.24 28.18 -
YUV 93.15 156.71 230.6 -
System Red Green Blue C M Y K H S L
Decimal 237 10 144 0 0.96 0.39 0.07 324.58 0.92 0.48
Hex ED A 90 0 60 27 7 145 5C 30
Octal 355 12 220 0 140 47 7 505 134 60
Binary 11101101 1010 10010000 0 1100000 100111 111 101000101 1011100 110000

Color Harmonies of #ED0A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0A90

Black with #ED0A90

Text Example


Text Example

White with #ED0A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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