Html Css Color HEX #E04F8D Dark Pink

📋 copy color: '#E04F8D'

red 224 ◦ green 79 ◦ blue 141

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

Shades of Dark Pink #E04F8D

Tints of Dark Pink #E04F8D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.79%

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

R = 50.45%
G = 17.79%
B = 31.76%

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

#E04F8D (or 0xE04F8D) is known color: Dark Pink. HEX triplet: E0, 4F and 8D. RGB value is (224,79,141). Sum of RGB (Red+Green+Blue) = 224+79+141=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 79 (31.25% from 255 or 17.79% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04F8D is #1FB072. Grayscale: #818181. Windows color (decimal): -2076787 or 9261024. OLE color: 9261024.

HSL color Cylindrical-coordinate representation of color #E04F8D: hue angle of 334.34º 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 #E04F8D is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 79 141 -
CMYK 0 0.65 0.37 0.12
HSL 334.34º 0.7% 0.59% -
HSV(B) 334.34º 0.65% 0.88% -
XYZ 38.34 23.36 27.69 -
YUV 129.42 134.54 195.46 -
System Red Green Blue C M Y K H S L
Decimal 224 79 141 0 0.65 0.37 0.12 334.34 0.7 0.59
Hex E0 4F 8D 0 41 25 C 14E 46 3B
Octal 340 117 215 0 101 45 14 516 106 73
Binary 11100000 1001111 10001101 0 1000001 100101 1100 101001110 1000110 111011

Color Harmonies of #E04F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04F8D

Black with #E04F8D

Text Example


Text Example

White with #E04F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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