Html Css Color HEX #E05680 Dark Pink

📋 copy color: '#E05680'

red 224 ◦ green 86 ◦ blue 128

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

Shades of Dark Pink #E05680

Tints of Dark Pink #E05680

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.63%

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

R = 51.14%
G = 19.63%
B = 29.22%

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

#E05680 (or 0xE05680) is known color: Dark Pink. HEX triplet: E0, 56 and 80. RGB value is (224,86,128). Sum of RGB (Red+Green+Blue) = 224+86+128=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E05680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05680 is #1FA97F. Grayscale: #848484. Windows color (decimal): -2075008 or 8410848. OLE color: 8410848.

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

Color convert

RGB 224 86 128 -
CMYK 0 0.62 0.43 0.12
HSL 341.74º 0.69% 0.61% -
HSV(B) 341.74º 0.62% 0.88% -
XYZ 37.96 24.06 23.07 -
YUV 132.05 125.72 193.58 -
System Red Green Blue C M Y K H S L
Decimal 224 86 128 0 0.62 0.43 0.12 341.74 0.69 0.61
Hex E0 56 80 0 3E 2B C 156 45 3D
Octal 340 126 200 0 76 53 14 526 105 75
Binary 11100000 1010110 10000000 0 111110 101011 1100 101010110 1000101 111101

Color Harmonies of #E05680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05680

Black with #E05680

Text Example


Text Example

White with #E05680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05680; }

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

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

background-color css

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

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

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

border-color css

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

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

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