Html Css Color HEX #E04D90 Dark Pink

📋 copy color: '#E04D90'

red 224 ◦ green 77 ◦ blue 144

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

Shades of Dark Pink #E04D90

Tints of Dark Pink #E04D90

RGB

 RED value IS 224 (87.89% from 255) = 50.34%

 GREEN value IS 77 (30.47% from 255) = 17.3%

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

R = 50.34%
G = 17.3%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E04D90 (or 0xE04D90) is known color: Dark Pink. HEX triplet: E0, 4D and 90. RGB value is (224,77,144). Sum of RGB (Red+Green+Blue) = 224+77+144=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 144 (56.64% from 255 or 32.36% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04D90 is #1FB26F. Grayscale: #808080. Windows color (decimal): -2077296 or 9457120. OLE color: 9457120.

HSL color Cylindrical-coordinate representation of color #E04D90: hue angle of 332.65º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E04D90 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 77 144 -
CMYK 0 0.66 0.36 0.12
HSL 332.65º 0.7% 0.59% -
HSV(B) 332.65º 0.66% 0.88% -
XYZ 38.43 23.17 28.83 -
YUV 128.59 136.7 196.05 -
System Red Green Blue C M Y K H S L
Decimal 224 77 144 0 0.66 0.36 0.12 332.65 0.7 0.59
Hex E0 4D 90 0 42 24 C 14D 46 3B
Octal 340 115 220 0 102 44 14 515 106 73
Binary 11100000 1001101 10010000 0 1000010 100100 1100 101001101 1000110 111011

Color Harmonies of #E04D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04D90

Black with #E04D90

Text Example


Text Example

White with #E04D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04D90; }

 p { color: rgb(224,77,144); }

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

background-color css

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

 a { background-color: rgb(224,77,144); }

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

border-color css

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

 span { border-color: rgb(224,77,144); }

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