Html Css Color HEX #E05881 Dark Pink

📋 copy color: '#E05881'

red 224 ◦ green 88 ◦ blue 129

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

Shades of Dark Pink #E05881

Tints of Dark Pink #E05881

RGB

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

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

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

R = 50.79%
G = 19.95%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E05881 (or 0xE05881) is known color: Dark Pink. HEX triplet: E0, 58 and 81. RGB value is (224,88,129). Sum of RGB (Red+Green+Blue) = 224+88+129=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 129 (50.78% from 255 or 29.25% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E05881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05881 is #1FA77E. Grayscale: #858585. Windows color (decimal): -2074495 or 8476896. OLE color: 8476896.

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

Color convert

RGB 224 88 129 -
CMYK 0 0.61 0.42 0.12
HSL 341.91º 0.69% 0.61% -
HSV(B) 341.91º 0.61% 0.88% -
XYZ 38.19 24.41 23.47 -
YUV 133.34 125.56 192.67 -
System Red Green Blue C M Y K H S L
Decimal 224 88 129 0 0.61 0.42 0.12 341.91 0.69 0.61
Hex E0 58 81 0 3D 2A C 156 45 3D
Octal 340 130 201 0 75 52 14 526 105 75
Binary 11100000 1011000 10000001 0 111101 101010 1100 101010110 1000101 111101

Color Harmonies of #E05881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05881

Black with #E05881

Text Example


Text Example

White with #E05881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05881; }

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

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

background-color css

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

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

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

border-color css

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

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

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