Html Css Color HEX #E05F7E Dark Pink

📋 copy color: '#E05F7E'

red 224 ◦ green 95 ◦ blue 126

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

Shades of Dark Pink #E05F7E

Tints of Dark Pink #E05F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.31%

R = 50.34%
G = 21.35%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E05F7E (or 0xE05F7E) is known color: Dark Pink. HEX triplet: E0, 5F and 7E. RGB value is (224,95,126). Sum of RGB (Red+Green+Blue) = 224+95+126=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05F7E is #1FA081. Grayscale: #898989. Windows color (decimal): -2072706 or 8282080. OLE color: 8282080.

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

Color convert

RGB 224 95 126 -
CMYK 0 0.58 0.44 0.12
HSL 345.58º 0.68% 0.63% -
HSV(B) 345.58º 0.58% 0.88% -
XYZ 38.6 25.54 22.63 -
YUV 137.11 121.74 189.98 -
System Red Green Blue C M Y K H S L
Decimal 224 95 126 0 0.58 0.44 0.12 345.58 0.68 0.63
Hex E0 5F 7E 0 3A 2C C 15A 44 3F
Octal 340 137 176 0 72 54 14 532 104 77
Binary 11100000 1011111 1111110 0 111010 101100 1100 101011010 1000100 111111

Color Harmonies of #E05F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05F7E

Black with #E05F7E

Text Example


Text Example

White with #E05F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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