Html Css Color HEX #E04E85 Dark Pink

📋 copy color: '#E04E85'

red 224 ◦ green 78 ◦ blue 133

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

Shades of Dark Pink #E04E85

Tints of Dark Pink #E04E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.57%

R = 51.49%
G = 17.93%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E04E85 (or 0xE04E85) is known color: Dark Pink. HEX triplet: E0, 4E and 85. RGB value is (224,78,133). Sum of RGB (Red+Green+Blue) = 224+78+133=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 78 (30.86% from 255 or 17.93% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E04E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04E85 is #1FB17A. Grayscale: #7F7F7F. Windows color (decimal): -2077051 or 8736480. OLE color: 8736480.

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

Color convert

RGB 224 78 133 -
CMYK 0 0.65 0.41 0.12
HSL 337.4º 0.7% 0.59% -
HSV(B) 337.4º 0.65% 0.88% -
XYZ 37.7 22.99 24.64 -
YUV 127.92 130.87 196.53 -
System Red Green Blue C M Y K H S L
Decimal 224 78 133 0 0.65 0.41 0.12 337.4 0.7 0.59
Hex E0 4E 85 0 41 29 C 151 46 3B
Octal 340 116 205 0 101 51 14 521 106 73
Binary 11100000 1001110 10000101 0 1000001 101001 1100 101010001 1000110 111011

Color Harmonies of #E04E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04E85

Black with #E04E85

Text Example


Text Example

White with #E04E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04E85; }

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

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

background-color css

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

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

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

border-color css

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

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

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