Html Css Color HEX #E04885 Dark Pink

📋 copy color: '#E04885'

red 224 ◦ green 72 ◦ blue 133

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

Shades of Dark Pink #E04885

Tints of Dark Pink #E04885

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.78%

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

R = 52.21%
G = 16.78%
B = 31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E04885 (or 0xE04885) is known color: Dark Pink. HEX triplet: E0, 48 and 85. RGB value is (224,72,133). Sum of RGB (Red+Green+Blue) = 224+72+133=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 72 (28.52% from 255 or 16.78% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E04885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04885 is #1FB77A. Grayscale: #7C7C7C. Windows color (decimal): -2078587 or 8734944. OLE color: 8734944.

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

Color convert

RGB 224 72 133 -
CMYK 0 0.68 0.41 0.12
HSL 335.92º 0.71% 0.58% -
HSV(B) 335.92º 0.68% 0.88% -
XYZ 37.29 22.18 24.51 -
YUV 124.4 132.86 199.04 -
System Red Green Blue C M Y K H S L
Decimal 224 72 133 0 0.68 0.41 0.12 335.92 0.71 0.58
Hex E0 48 85 0 44 29 C 150 47 3A
Octal 340 110 205 0 104 51 14 520 107 72
Binary 11100000 1001000 10000101 0 1000100 101001 1100 101010000 1000111 111010

Color Harmonies of #E04885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04885

Black with #E04885

Text Example


Text Example

White with #E04885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04885; }

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

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

background-color css

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

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

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

border-color css

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

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

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