Html Css Color HEX #E05C7A Dark Pink

📋 copy color: '#E05C7A'

red 224 ◦ green 92 ◦ blue 122

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

Shades of Dark Pink #E05C7A

Tints of Dark Pink #E05C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.85%

R = 51.14%
G = 21%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E05C7A (or 0xE05C7A) is known color: Dark Pink. HEX triplet: E0, 5C and 7A. RGB value is (224,92,122). Sum of RGB (Red+Green+Blue) = 224+92+122=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 92 (36.33% from 255 or 21.00% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05C7A is #1FA385. Grayscale: #868686. Windows color (decimal): -2073478 or 8019168. OLE color: 8019168.

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

Color convert

RGB 224 92 122 -
CMYK 0 0.59 0.46 0.12
HSL 346.36º 0.68% 0.62% -
HSV(B) 346.36º 0.59% 0.88% -
XYZ 38.08 24.91 21.21 -
YUV 134.89 120.73 191.56 -
System Red Green Blue C M Y K H S L
Decimal 224 92 122 0 0.59 0.46 0.12 346.36 0.68 0.62
Hex E0 5C 7A 0 3B 2E C 15A 44 3E
Octal 340 134 172 0 73 56 14 532 104 76
Binary 11100000 1011100 1111010 0 111011 101110 1100 101011010 1000100 111110

Color Harmonies of #E05C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05C7A

Black with #E05C7A

Text Example


Text Example

White with #E05C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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