Html Css Color HEX #E05781 Dark Pink

📋 copy color: '#E05781'

red 224 ◦ green 87 ◦ blue 129

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

Shades of Dark Pink #E05781

Tints of Dark Pink #E05781

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.77%

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

R = 50.91%
G = 19.77%
B = 29.32%

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

#E05781 (or 0xE05781) is known color: Dark Pink. HEX triplet: E0, 57 and 81. RGB value is (224,87,129). Sum of RGB (Red+Green+Blue) = 224+87+129=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 87 (34.38% from 255 or 19.77% from 440); Blue value is 129 (50.78% from 255 or 29.32% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E05781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05781 is #1FA87E. Grayscale: #848484. Windows color (decimal): -2074751 or 8476640. OLE color: 8476640.

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

Color convert

RGB 224 87 129 -
CMYK 0 0.61 0.42 0.12
HSL 341.61º 0.69% 0.61% -
HSV(B) 341.61º 0.61% 0.88% -
XYZ 38.11 24.25 23.44 -
YUV 132.75 125.89 193.08 -
System Red Green Blue C M Y K H S L
Decimal 224 87 129 0 0.61 0.42 0.12 341.61 0.69 0.61
Hex E0 57 81 0 3D 2A C 156 45 3D
Octal 340 127 201 0 75 52 14 526 105 75
Binary 11100000 1010111 10000001 0 111101 101010 1100 101010110 1000101 111101

Color Harmonies of #E05781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05781

Black with #E05781

Text Example


Text Example

White with #E05781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05781; }

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

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

background-color css

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

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

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

border-color css

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

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

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