Html Css Color HEX #E05081 Dark Pink

📋 copy color: '#E05081'

red 224 ◦ green 80 ◦ blue 129

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

Shades of Dark Pink #E05081

Tints of Dark Pink #E05081

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.48%

 BLUE value IS 129 (50.78% from 255) = 29.79%

R = 51.73%
G = 18.48%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E05081 (or 0xE05081) is known color: Dark Pink. HEX triplet: E0, 50 and 81. RGB value is (224,80,129). Sum of RGB (Red+Green+Blue) = 224+80+129=433 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.73% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 224 - color contains mainly: red. Hex color #E05081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05081 is #1FAF7E. Grayscale: #808080. Windows color (decimal): -2076543 or 8474848. OLE color: 8474848.

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

Color convert

RGB 224 80 129 -
CMYK 0 0.64 0.42 0.12
HSL 339.58º 0.7% 0.6% -
HSV(B) 339.58º 0.64% 0.88% -
XYZ 37.57 23.17 23.26 -
YUV 128.64 128.21 196.02 -
System Red Green Blue C M Y K H S L
Decimal 224 80 129 0 0.64 0.42 0.12 339.58 0.7 0.6
Hex E0 50 81 0 40 2A C 154 46 3C
Octal 340 120 201 0 100 52 14 524 106 74
Binary 11100000 1010000 10000001 0 1000000 101010 1100 101010100 1000110 111100

Color Harmonies of #E05081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05081

Black with #E05081

Text Example


Text Example

White with #E05081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05081; }

 p { color: rgb(224,80,129); }

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

background-color css

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

 a { background-color: rgb(224,80,129); }

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

border-color css

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

 span { border-color: rgb(224,80,129); }

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