Html Css Color HEX #E05495 Dark Pink

📋 copy color: '#E05495'

red 224 ◦ green 84 ◦ blue 149

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

Shades of Dark Pink #E05495

Tints of Dark Pink #E05495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.6%

R = 49.02%
G = 18.38%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E05495 (or 0xE05495) is known color: Dark Pink. HEX triplet: E0, 54 and 95. RGB value is (224,84,149). Sum of RGB (Red+Green+Blue) = 224+84+149=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 149 (58.59% from 255 or 32.60% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E05495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05495 is #1FAB6A. Grayscale: #858585. Windows color (decimal): -2075499 or 9786592. OLE color: 9786592.

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

Color convert

RGB 224 84 149 -
CMYK 0 0.62 0.33 0.12
HSL 332.14º 0.69% 0.6% -
HSV(B) 332.14º 0.63% 0.88% -
XYZ 39.34 24.36 31.06 -
YUV 133.27 136.88 192.71 -
System Red Green Blue C M Y K H S L
Decimal 224 84 149 0 0.62 0.33 0.12 332.14 0.69 0.6
Hex E0 54 95 0 3E 21 C 14C 45 3C
Octal 340 124 225 0 76 41 14 514 105 74
Binary 11100000 1010100 10010101 0 111110 100001 1100 101001100 1000101 111100

Color Harmonies of #E05495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05495

Black with #E05495

Text Example


Text Example

White with #E05495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05495; }

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

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

background-color css

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

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

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

border-color css

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

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

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