Html Css Color HEX #E05F85 Dark Pink

📋 copy color: '#E05F85'

red 224 ◦ green 95 ◦ blue 133

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

Shades of Dark Pink #E05F85

Tints of Dark Pink #E05F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.42%

R = 49.56%
G = 21.02%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E05F85 (or 0xE05F85) is known color: Dark Pink. HEX triplet: E0, 5F and 85. RGB value is (224,95,133). Sum of RGB (Red+Green+Blue) = 224+95+133=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 95 (37.5% from 255 or 21.02% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05F85 is #1FA07A. Grayscale: #898989. Windows color (decimal): -2072699 or 8740832. OLE color: 8740832.

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

Color convert

RGB 224 95 133 -
CMYK 0 0.58 0.41 0.12
HSL 342.33º 0.68% 0.63% -
HSV(B) 342.33º 0.58% 0.88% -
XYZ 39.07 25.73 25.1 -
YUV 137.9 125.24 189.41 -
System Red Green Blue C M Y K H S L
Decimal 224 95 133 0 0.58 0.41 0.12 342.33 0.68 0.63
Hex E0 5F 85 0 3A 29 C 156 44 3F
Octal 340 137 205 0 72 51 14 526 104 77
Binary 11100000 1011111 10000101 0 111010 101001 1100 101010110 1000100 111111

Color Harmonies of #E05F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05F85

Black with #E05F85

Text Example


Text Example

White with #E05F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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