Html Css Color HEX #E05491 Dark Pink

📋 copy color: '#E05491'

red 224 ◦ green 84 ◦ blue 145

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

Shades of Dark Pink #E05491

Tints of Dark Pink #E05491

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.54%

 BLUE value IS 145 (57.03% from 255) = 32.01%

R = 49.45%
G = 18.54%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E05491 (or 0xE05491) is known color: Dark Pink. HEX triplet: E0, 54 and 91. RGB value is (224,84,145). Sum of RGB (Red+Green+Blue) = 224+84+145=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 145 (57.03% from 255 or 32.01% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E05491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05491 is #1FAB6E. Grayscale: #848484. Windows color (decimal): -2075503 or 9524448. OLE color: 9524448.

HSL color Cylindrical-coordinate representation of color #E05491: hue angle of 333.86º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E05491 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 84 145 -
CMYK 0 0.62 0.35 0.12
HSL 333.86º 0.69% 0.6% -
HSV(B) 333.86º 0.63% 0.88% -
XYZ 39.02 24.23 29.41 -
YUV 132.81 134.88 193.04 -
System Red Green Blue C M Y K H S L
Decimal 224 84 145 0 0.62 0.35 0.12 333.86 0.69 0.6
Hex E0 54 91 0 3E 23 C 14E 45 3C
Octal 340 124 221 0 76 43 14 516 105 74
Binary 11100000 1010100 10010001 0 111110 100011 1100 101001110 1000101 111100

Color Harmonies of #E05491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05491

Black with #E05491

Text Example


Text Example

White with #E05491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05491; }

 p { color: rgb(224,84,145); }

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

background-color css

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

 a { background-color: rgb(224,84,145); }

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

border-color css

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

 span { border-color: rgb(224,84,145); }

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