Html Css Color HEX #E05C7E Dark Pink

📋 copy color: '#E05C7E'

red 224 ◦ green 92 ◦ blue 126

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

Shades of Dark Pink #E05C7E

Tints of Dark Pink #E05C7E

RGB

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

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

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

R = 50.68%
G = 20.81%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E05C7E (or 0xE05C7E) is known color: Dark Pink. HEX triplet: E0, 5C and 7E. RGB value is (224,92,126). Sum of RGB (Red+Green+Blue) = 224+92+126=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 92 (36.33% from 255 or 20.81% from 442); Blue value is 126 (49.61% from 255 or 28.51% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05C7E is #1FA381. Grayscale: #878787. Windows color (decimal): -2073474 or 8281312. OLE color: 8281312.

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

Color convert

RGB 224 92 126 -
CMYK 0 0.59 0.44 0.12
HSL 344.55º 0.68% 0.62% -
HSV(B) 344.55º 0.59% 0.88% -
XYZ 38.33 25.01 22.55 -
YUV 135.34 122.73 191.24 -
System Red Green Blue C M Y K H S L
Decimal 224 92 126 0 0.59 0.44 0.12 344.55 0.68 0.62
Hex E0 5C 7E 0 3B 2C C 159 44 3E
Octal 340 134 176 0 73 54 14 531 104 76
Binary 11100000 1011100 1111110 0 111011 101100 1100 101011001 1000100 111110

Color Harmonies of #E05C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05C7E

Black with #E05C7E

Text Example


Text Example

White with #E05C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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