Html Css Color HEX #E05A7B Dark Pink

📋 copy color: '#E05A7B'

red 224 ◦ green 90 ◦ blue 123

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

Shades of Dark Pink #E05A7B

Tints of Dark Pink #E05A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.15%

R = 51.26%
G = 20.59%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E05A7B (or 0xE05A7B) is known color: Dark Pink. HEX triplet: E0, 5A and 7B. RGB value is (224,90,123). Sum of RGB (Red+Green+Blue) = 224+90+123=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05A7B is #1FA584. Grayscale: #858585. Windows color (decimal): -2073989 or 8084192. OLE color: 8084192.

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

Color convert

RGB 224 90 123 -
CMYK 0 0.60 0.45 0.12
HSL 345.22º 0.68% 0.62% -
HSV(B) 345.22º 0.6% 0.88% -
XYZ 37.97 24.59 21.48 -
YUV 133.83 121.89 192.32 -
System Red Green Blue C M Y K H S L
Decimal 224 90 123 0 0.60 0.45 0.12 345.22 0.68 0.62
Hex E0 5A 7B 0 3C 2D C 159 44 3E
Octal 340 132 173 0 74 55 14 531 104 76
Binary 11100000 1011010 1111011 0 111100 101101 1100 101011001 1000100 111110

Color Harmonies of #E05A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05A7B

Black with #E05A7B

Text Example


Text Example

White with #E05A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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