Html Css Color HEX #E05C7F Dark Pink

📋 copy color: '#E05C7F'

red 224 ◦ green 92 ◦ blue 127

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

Shades of Dark Pink #E05C7F

Tints of Dark Pink #E05C7F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.77%

 BLUE value IS 127 (50% from 255) = 28.67%

R = 50.56%
G = 20.77%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E05C7F (or 0xE05C7F) is known color: Dark Pink. HEX triplet: E0, 5C and 7F. RGB value is (224,92,127). Sum of RGB (Red+Green+Blue) = 224+92+127=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 92 (36.33% from 255 or 20.77% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05C7F is #1FA380. Grayscale: #878787. Windows color (decimal): -2073473 or 8346848. OLE color: 8346848.

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

Color convert

RGB 224 92 127 -
CMYK 0 0.59 0.43 0.12
HSL 344.09º 0.68% 0.62% -
HSV(B) 344.09º 0.59% 0.88% -
XYZ 38.4 25.03 22.89 -
YUV 135.46 123.23 191.15 -
System Red Green Blue C M Y K H S L
Decimal 224 92 127 0 0.59 0.43 0.12 344.09 0.68 0.62
Hex E0 5C 7F 0 3B 2B C 158 44 3E
Octal 340 134 177 0 73 53 14 530 104 76
Binary 11100000 1011100 1111111 0 111011 101011 1100 101011000 1000100 111110

Color Harmonies of #E05C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05C7F

Black with #E05C7F

Text Example


Text Example

White with #E05C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05C7F; }

 p { color: rgb(224,92,127); }

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

background-color css

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

 a { background-color: rgb(224,92,127); }

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

border-color css

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

 span { border-color: rgb(224,92,127); }

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