Html Css Color HEX #E05890 Dark Pink

📋 copy color: '#E05890'

red 224 ◦ green 88 ◦ blue 144

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

Shades of Dark Pink #E05890

Tints of Dark Pink #E05890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.58%

R = 49.12%
G = 19.3%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E05890 (or 0xE05890) is known color: Dark Pink. HEX triplet: E0, 58 and 90. RGB value is (224,88,144). Sum of RGB (Red+Green+Blue) = 224+88+144=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 88 (34.77% from 255 or 19.30% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E05890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05890 is #1FA76F. Grayscale: #868686. Windows color (decimal): -2074480 or 9459936. OLE color: 9459936.

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

Color convert

RGB 224 88 144 -
CMYK 0 0.61 0.36 0.12
HSL 335.29º 0.69% 0.61% -
HSV(B) 335.29º 0.61% 0.88% -
XYZ 39.26 24.84 29.11 -
YUV 135.05 133.06 191.45 -
System Red Green Blue C M Y K H S L
Decimal 224 88 144 0 0.61 0.36 0.12 335.29 0.69 0.61
Hex E0 58 90 0 3D 24 C 14F 45 3D
Octal 340 130 220 0 75 44 14 517 105 75
Binary 11100000 1011000 10010000 0 111101 100100 1100 101001111 1000101 111101

Color Harmonies of #E05890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05890

Black with #E05890

Text Example


Text Example

White with #E05890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05890; }

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

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

background-color css

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

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

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

border-color css

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

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

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