Html Css Color HEX #E05F7C Dark Pink

📋 copy color: '#E05F7C'

red 224 ◦ green 95 ◦ blue 124

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

Shades of Dark Pink #E05F7C

Tints of Dark Pink #E05F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.99%

R = 50.56%
G = 21.44%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E05F7C (or 0xE05F7C) is known color: Dark Pink. HEX triplet: E0, 5F and 7C. RGB value is (224,95,124). Sum of RGB (Red+Green+Blue) = 224+95+124=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 95 (37.5% from 255 or 21.44% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05F7C is #1FA083. Grayscale: #888888. Windows color (decimal): -2072708 or 8151008. OLE color: 8151008.

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

Color convert

RGB 224 95 124 -
CMYK 0 0.58 0.45 0.12
HSL 346.51º 0.68% 0.63% -
HSV(B) 346.51º 0.58% 0.88% -
XYZ 38.47 25.49 21.96 -
YUV 136.88 120.74 190.14 -
System Red Green Blue C M Y K H S L
Decimal 224 95 124 0 0.58 0.45 0.12 346.51 0.68 0.63
Hex E0 5F 7C 0 3A 2D C 15B 44 3F
Octal 340 137 174 0 72 55 14 533 104 77
Binary 11100000 1011111 1111100 0 111010 101101 1100 101011011 1000100 111111

Color Harmonies of #E05F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05F7C

Black with #E05F7C

Text Example


Text Example

White with #E05F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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