Html Css Color HEX #E05891 Dark Pink

📋 copy color: '#E05891'

red 224 ◦ green 88 ◦ blue 145

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

Shades of Dark Pink #E05891

Tints of Dark Pink #E05891

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.26%

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

R = 49.02%
G = 19.26%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E05891 (or 0xE05891) is known color: Dark Pink. HEX triplet: E0, 58 and 91. RGB value is (224,88,145). Sum of RGB (Red+Green+Blue) = 224+88+145=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 88 (34.77% from 255 or 19.26% from 457); Blue value is 145 (57.03% from 255 or 31.73% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E05891 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05891 is #1FA76E. Grayscale: #878787. Windows color (decimal): -2074479 or 9525472. OLE color: 9525472.

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

Color convert

RGB 224 88 145 -
CMYK 0 0.61 0.35 0.12
HSL 334.85º 0.69% 0.61% -
HSV(B) 334.85º 0.61% 0.88% -
XYZ 39.34 24.87 29.52 -
YUV 135.16 133.56 191.37 -
System Red Green Blue C M Y K H S L
Decimal 224 88 145 0 0.61 0.35 0.12 334.85 0.69 0.61
Hex E0 58 91 0 3D 23 C 14F 45 3D
Octal 340 130 221 0 75 43 14 517 105 75
Binary 11100000 1011000 10010001 0 111101 100011 1100 101001111 1000101 111101

Color Harmonies of #E05891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05891

Black with #E05891

Text Example


Text Example

White with #E05891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05891; }

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

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

background-color css

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

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

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

border-color css

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

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

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