Html Css Color HEX #E05492 Dark Pink

📋 copy color: '#E05492'

red 224 ◦ green 84 ◦ blue 146

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

Shades of Dark Pink #E05492

Tints of Dark Pink #E05492

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.5%

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

R = 49.34%
G = 18.5%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E05492 (or 0xE05492) is known color: Dark Pink. HEX triplet: E0, 54 and 92. RGB value is (224,84,146). Sum of RGB (Red+Green+Blue) = 224+84+146=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 84 (33.20% from 255 or 18.50% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E05492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05492 is #1FAB6D. Grayscale: #848484. Windows color (decimal): -2075502 or 9589984. OLE color: 9589984.

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

Color convert

RGB 224 84 146 -
CMYK 0 0.62 0.35 0.12
HSL 333.43º 0.69% 0.6% -
HSV(B) 333.43º 0.63% 0.88% -
XYZ 39.1 24.26 29.82 -
YUV 132.93 135.38 192.96 -
System Red Green Blue C M Y K H S L
Decimal 224 84 146 0 0.62 0.35 0.12 333.43 0.69 0.6
Hex E0 54 92 0 3E 23 C 14D 45 3C
Octal 340 124 222 0 76 43 14 515 105 74
Binary 11100000 1010100 10010010 0 111110 100011 1100 101001101 1000101 111100

Color Harmonies of #E05492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05492

Black with #E05492

Text Example


Text Example

White with #E05492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05492; }

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

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

background-color css

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

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

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

border-color css

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

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

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