Html Css Color HEX #E05480 Dark Pink

📋 copy color: '#E05480'

red 224 ◦ green 84 ◦ blue 128

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

Shades of Dark Pink #E05480

Tints of Dark Pink #E05480

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.36%

R = 51.38%
G = 19.27%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E05480 (or 0xE05480) is known color: Dark Pink. HEX triplet: E0, 54 and 80. RGB value is (224,84,128). Sum of RGB (Red+Green+Blue) = 224+84+128=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 84 (33.20% from 255 or 19.27% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E05480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05480 is #1FAB7F. Grayscale: #828282. Windows color (decimal): -2075520 or 8410336. OLE color: 8410336.

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

Color convert

RGB 224 84 128 -
CMYK 0 0.62 0.43 0.12
HSL 341.14º 0.69% 0.6% -
HSV(B) 341.14º 0.63% 0.88% -
XYZ 37.81 23.75 23.01 -
YUV 130.88 126.38 194.42 -
System Red Green Blue C M Y K H S L
Decimal 224 84 128 0 0.62 0.43 0.12 341.14 0.69 0.6
Hex E0 54 80 0 3E 2B C 155 45 3C
Octal 340 124 200 0 76 53 14 525 105 74
Binary 11100000 1010100 10000000 0 111110 101011 1100 101010101 1000101 111100

Color Harmonies of #E05480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05480

Black with #E05480

Text Example


Text Example

White with #E05480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05480; }

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

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

background-color css

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

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

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

border-color css

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

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

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