Html Css Color HEX #E05992 Dark Pink

📋 copy color: '#E05992'

red 224 ◦ green 89 ◦ blue 146

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

Shades of Dark Pink #E05992

Tints of Dark Pink #E05992

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.39%

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

R = 48.8%
G = 19.39%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E05992 (or 0xE05992) is known color: Dark Pink. HEX triplet: E0, 59 and 92. RGB value is (224,89,146). Sum of RGB (Red+Green+Blue) = 224+89+146=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 146 (57.42% from 255 or 31.81% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E05992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05992 is #1FA66D. Grayscale: #878787. Windows color (decimal): -2074222 or 9591264. OLE color: 9591264.

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

Color convert

RGB 224 89 146 -
CMYK 0 0.60 0.35 0.12
HSL 334.67º 0.69% 0.61% -
HSV(B) 334.67º 0.6% 0.88% -
XYZ 39.5 25.07 29.95 -
YUV 135.86 133.73 190.87 -
System Red Green Blue C M Y K H S L
Decimal 224 89 146 0 0.60 0.35 0.12 334.67 0.69 0.61
Hex E0 59 92 0 3C 23 C 14F 45 3D
Octal 340 131 222 0 74 43 14 517 105 75
Binary 11100000 1011001 10010010 0 111100 100011 1100 101001111 1000101 111101

Color Harmonies of #E05992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05992

Black with #E05992

Text Example


Text Example

White with #E05992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05992; }

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

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

background-color css

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

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

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

border-color css

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

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

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