Html Css Color HEX #E05A7A Dark Pink

📋 copy color: '#E05A7A'

red 224 ◦ green 90 ◦ blue 122

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

Shades of Dark Pink #E05A7A

Tints of Dark Pink #E05A7A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.64%

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

R = 51.38%
G = 20.64%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E05A7A (or 0xE05A7A) is known color: Dark Pink. HEX triplet: E0, 5A and 7A. RGB value is (224,90,122). Sum of RGB (Red+Green+Blue) = 224+90+122=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05A7A is #1FA585. Grayscale: #858585. Windows color (decimal): -2073990 or 8018656. OLE color: 8018656.

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

Color convert

RGB 224 90 122 -
CMYK 0 0.60 0.46 0.12
HSL 345.67º 0.68% 0.62% -
HSV(B) 345.67º 0.6% 0.88% -
XYZ 37.91 24.56 21.16 -
YUV 133.71 121.39 192.4 -
System Red Green Blue C M Y K H S L
Decimal 224 90 122 0 0.60 0.46 0.12 345.67 0.68 0.62
Hex E0 5A 7A 0 3C 2E C 15A 44 3E
Octal 340 132 172 0 74 56 14 532 104 76
Binary 11100000 1011010 1111010 0 111100 101110 1100 101011010 1000100 111110

Color Harmonies of #E05A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05A7A

Black with #E05A7A

Text Example


Text Example

White with #E05A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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