Html Css Color HEX #E05586 Dark Pink

📋 copy color: '#E05586'

red 224 ◦ green 85 ◦ blue 134

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

Shades of Dark Pink #E05586

Tints of Dark Pink #E05586

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.19%

 BLUE value IS 134 (52.73% from 255) = 30.25%

R = 50.56%
G = 19.19%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E05586 (or 0xE05586) is known color: Dark Pink. HEX triplet: E0, 55 and 86. RGB value is (224,85,134). Sum of RGB (Red+Green+Blue) = 224+85+134=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 134 (52.73% from 255 or 30.25% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E05586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05586 is #1FAA79. Grayscale: #848484. Windows color (decimal): -2075258 or 8803808. OLE color: 8803808.

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

Color convert

RGB 224 85 134 -
CMYK 0 0.62 0.40 0.12
HSL 338.85º 0.69% 0.61% -
HSV(B) 338.85º 0.62% 0.88% -
XYZ 38.29 24.07 25.18 -
YUV 132.15 129.05 193.52 -
System Red Green Blue C M Y K H S L
Decimal 224 85 134 0 0.62 0.40 0.12 338.85 0.69 0.61
Hex E0 55 86 0 3E 28 C 153 45 3D
Octal 340 125 206 0 76 50 14 523 105 75
Binary 11100000 1010101 10000110 0 111110 101000 1100 101010011 1000101 111101

Color Harmonies of #E05586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05586

Black with #E05586

Text Example


Text Example

White with #E05586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05586; }

 p { color: rgb(224,85,134); }

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

background-color css

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

 a { background-color: rgb(224,85,134); }

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

border-color css

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

 span { border-color: rgb(224,85,134); }

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