Html Css Color HEX #E04A85 Dark Pink

📋 copy color: '#E04A85'

red 224 ◦ green 74 ◦ blue 133

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

Shades of Dark Pink #E04A85

Tints of Dark Pink #E04A85

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.17%

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

R = 51.97%
G = 17.17%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E04A85 (or 0xE04A85) is known color: Dark Pink. HEX triplet: E0, 4A and 85. RGB value is (224,74,133). Sum of RGB (Red+Green+Blue) = 224+74+133=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E04A85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04A85 is #1FB57A. Grayscale: #7D7D7D. Windows color (decimal): -2078075 or 8735456. OLE color: 8735456.

HSL color Cylindrical-coordinate representation of color #E04A85: hue angle of 336.4º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04A85 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 74 133 -
CMYK 0 0.67 0.41 0.12
HSL 336.4º 0.71% 0.58% -
HSV(B) 336.4º 0.67% 0.88% -
XYZ 37.42 22.44 24.55 -
YUV 125.58 132.2 198.2 -
System Red Green Blue C M Y K H S L
Decimal 224 74 133 0 0.67 0.41 0.12 336.4 0.71 0.58
Hex E0 4A 85 0 43 29 C 150 47 3A
Octal 340 112 205 0 103 51 14 520 107 72
Binary 11100000 1001010 10000101 0 1000011 101001 1100 101010000 1000111 111010

Color Harmonies of #E04A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04A85

Black with #E04A85

Text Example


Text Example

White with #E04A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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