Html Css Color HEX #E04E8A Dark Pink

📋 copy color: '#E04E8A'

red 224 ◦ green 78 ◦ blue 138

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

Shades of Dark Pink #E04E8A

Tints of Dark Pink #E04E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.36%

R = 50.91%
G = 17.73%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E04E8A (or 0xE04E8A) is known color: Dark Pink. HEX triplet: E0, 4E and 8A. RGB value is (224,78,138). Sum of RGB (Red+Green+Blue) = 224+78+138=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 78 (30.86% from 255 or 17.73% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E04E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04E8A is #1FB175. Grayscale: #808080. Windows color (decimal): -2077046 or 9064160. OLE color: 9064160.

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

Color convert

RGB 224 78 138 -
CMYK 0 0.65 0.38 0.12
HSL 335.34º 0.7% 0.59% -
HSV(B) 335.34º 0.65% 0.88% -
XYZ 38.05 23.13 26.5 -
YUV 128.49 133.37 196.12 -
System Red Green Blue C M Y K H S L
Decimal 224 78 138 0 0.65 0.38 0.12 335.34 0.7 0.59
Hex E0 4E 8A 0 41 26 C 14F 46 3B
Octal 340 116 212 0 101 46 14 517 106 73
Binary 11100000 1001110 10001010 0 1000001 100110 1100 101001111 1000110 111011

Color Harmonies of #E04E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04E8A

Black with #E04E8A

Text Example


Text Example

White with #E04E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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