Html Css Color HEX #E05792 Dark Pink

📋 copy color: '#E05792'

red 224 ◦ green 87 ◦ blue 146

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

Shades of Dark Pink #E05792

Tints of Dark Pink #E05792

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.04%

 BLUE value IS 146 (57.42% from 255) = 31.95%

R = 49.02%
G = 19.04%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E05792 (or 0xE05792) is known color: Dark Pink. HEX triplet: E0, 57 and 92. RGB value is (224,87,146). Sum of RGB (Red+Green+Blue) = 224+87+146=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 87 (34.38% from 255 or 19.04% from 457); Blue value is 146 (57.42% from 255 or 31.95% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E05792 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05792 is #1FA86D. Grayscale: #868686. Windows color (decimal): -2074734 or 9590752. OLE color: 9590752.

HSL color Cylindrical-coordinate representation of color #E05792: hue angle of 334.16º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E05792 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 87 146 -
CMYK 0 0.61 0.35 0.12
HSL 334.16º 0.69% 0.61% -
HSV(B) 334.16º 0.61% 0.88% -
XYZ 39.34 24.74 29.9 -
YUV 134.69 134.39 191.7 -
System Red Green Blue C M Y K H S L
Decimal 224 87 146 0 0.61 0.35 0.12 334.16 0.69 0.61
Hex E0 57 92 0 3D 23 C 14E 45 3D
Octal 340 127 222 0 75 43 14 516 105 75
Binary 11100000 1010111 10010010 0 111101 100011 1100 101001110 1000101 111101

Color Harmonies of #E05792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05792

Black with #E05792

Text Example


Text Example

White with #E05792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05792; }

 p { color: rgb(224,87,146); }

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

background-color css

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

 a { background-color: rgb(224,87,146); }

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

border-color css

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

 span { border-color: rgb(224,87,146); }

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