Html Css Color HEX #E05F86 Dark Pink

📋 copy color: '#E05F86'

red 224 ◦ green 95 ◦ blue 134

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

Shades of Dark Pink #E05F86

Tints of Dark Pink #E05F86

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.97%

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

R = 49.45%
G = 20.97%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E05F86 (or 0xE05F86) is known color: Dark Pink. HEX triplet: E0, 5F and 86. RGB value is (224,95,134). Sum of RGB (Red+Green+Blue) = 224+95+134=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 134 (52.73% from 255 or 29.58% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05F86 is #1FA079. Grayscale: #898989. Windows color (decimal): -2072698 or 8806368. OLE color: 8806368.

HSL color Cylindrical-coordinate representation of color #E05F86: hue angle of 341.86º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E05F86 is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 95 134 -
CMYK 0 0.58 0.40 0.12
HSL 341.86º 0.68% 0.63% -
HSV(B) 341.86º 0.58% 0.88% -
XYZ 39.14 25.75 25.46 -
YUV 138.02 125.74 189.33 -
System Red Green Blue C M Y K H S L
Decimal 224 95 134 0 0.58 0.40 0.12 341.86 0.68 0.63
Hex E0 5F 86 0 3A 28 C 156 44 3F
Octal 340 137 206 0 72 50 14 526 104 77
Binary 11100000 1011111 10000110 0 111010 101000 1100 101010110 1000100 111111

Color Harmonies of #E05F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05F86

Black with #E05F86

Text Example


Text Example

White with #E05F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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