Html Css Color HEX #E04F8F Dark Pink

📋 copy color: '#E04F8F'

red 224 ◦ green 79 ◦ blue 143

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

Shades of Dark Pink #E04F8F

Tints of Dark Pink #E04F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.06%

R = 50.22%
G = 17.71%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E04F8F (or 0xE04F8F) is known color: Dark Pink. HEX triplet: E0, 4F and 8F. RGB value is (224,79,143). Sum of RGB (Red+Green+Blue) = 224+79+143=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 79 (31.25% from 255 or 17.71% from 446); Blue value is 143 (56.25% from 255 or 32.06% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04F8F is #1FB070. Grayscale: #818181. Windows color (decimal): -2076785 or 9392096. OLE color: 9392096.

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

Color convert

RGB 224 79 143 -
CMYK 0 0.65 0.36 0.12
HSL 333.52º 0.7% 0.59% -
HSV(B) 333.52º 0.65% 0.88% -
XYZ 38.49 23.42 28.48 -
YUV 129.65 135.54 195.3 -
System Red Green Blue C M Y K H S L
Decimal 224 79 143 0 0.65 0.36 0.12 333.52 0.7 0.59
Hex E0 4F 8F 0 41 24 C 14E 46 3B
Octal 340 117 217 0 101 44 14 516 106 73
Binary 11100000 1001111 10001111 0 1000001 100100 1100 101001110 1000110 111011

Color Harmonies of #E04F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04F8F

Black with #E04F8F

Text Example


Text Example

White with #E04F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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