Html Css Color HEX #E04E8D Dark Pink

📋 copy color: '#E04E8D'

red 224 ◦ green 78 ◦ blue 141

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

Shades of Dark Pink #E04E8D

Tints of Dark Pink #E04E8D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.61%

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

R = 50.56%
G = 17.61%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E04E8D (or 0xE04E8D) is known color: Dark Pink. HEX triplet: E0, 4E and 8D. RGB value is (224,78,141). Sum of RGB (Red+Green+Blue) = 224+78+141=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 78 (30.86% from 255 or 17.61% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E04E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04E8D is #1FB172. Grayscale: #808080. Windows color (decimal): -2077043 or 9260768. OLE color: 9260768.

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

Color convert

RGB 224 78 141 -
CMYK 0 0.65 0.37 0.12
HSL 334.11º 0.7% 0.59% -
HSV(B) 334.11º 0.65% 0.88% -
XYZ 38.27 23.22 27.66 -
YUV 128.84 134.87 195.88 -
System Red Green Blue C M Y K H S L
Decimal 224 78 141 0 0.65 0.37 0.12 334.11 0.7 0.59
Hex E0 4E 8D 0 41 25 C 14E 46 3B
Octal 340 116 215 0 101 45 14 516 106 73
Binary 11100000 1001110 10001101 0 1000001 100101 1100 101001110 1000110 111011

Color Harmonies of #E04E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04E8D

Black with #E04E8D

Text Example


Text Example

White with #E04E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04E8D; }

 p { color: rgb(224,78,141); }

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

background-color css

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

 a { background-color: rgb(224,78,141); }

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

border-color css

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

 span { border-color: rgb(224,78,141); }

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