Html Css Color HEX #E05982 Dark Pink

📋 copy color: '#E05982'

red 224 ◦ green 89 ◦ blue 130

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

Shades of Dark Pink #E05982

Tints of Dark Pink #E05982

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.09%

 BLUE value IS 130 (51.17% from 255) = 29.35%

R = 50.56%
G = 20.09%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E05982 (or 0xE05982) is known color: Dark Pink. HEX triplet: E0, 59 and 82. RGB value is (224,89,130). Sum of RGB (Red+Green+Blue) = 224+89+130=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 89 (35.16% from 255 or 20.09% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E05982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05982 is #1FA67D. Grayscale: #868686. Windows color (decimal): -2074238 or 8542688. OLE color: 8542688.

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

Color convert

RGB 224 89 130 -
CMYK 0 0.60 0.42 0.12
HSL 341.78º 0.69% 0.61% -
HSV(B) 341.78º 0.6% 0.88% -
XYZ 38.34 24.6 23.85 -
YUV 134.04 125.73 192.17 -
System Red Green Blue C M Y K H S L
Decimal 224 89 130 0 0.60 0.42 0.12 341.78 0.69 0.61
Hex E0 59 82 0 3C 2A C 156 45 3D
Octal 340 131 202 0 74 52 14 526 105 75
Binary 11100000 1011001 10000010 0 111100 101010 1100 101010110 1000101 111101

Color Harmonies of #E05982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05982

Black with #E05982

Text Example


Text Example

White with #E05982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05982; }

 p { color: rgb(224,89,130); }

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

background-color css

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

 a { background-color: rgb(224,89,130); }

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

border-color css

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

 span { border-color: rgb(224,89,130); }

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