Html Css Color HEX #E05190 Dark Pink

📋 copy color: '#E05190'

red 224 ◦ green 81 ◦ blue 144

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

Shades of Dark Pink #E05190

Tints of Dark Pink #E05190

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.04%

 BLUE value IS 144 (56.64% from 255) = 32.07%

R = 49.89%
G = 18.04%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E05190 (or 0xE05190) is known color: Dark Pink. HEX triplet: E0, 51 and 90. RGB value is (224,81,144). Sum of RGB (Red+Green+Blue) = 224+81+144=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E05190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05190 is #1FAE6F. Grayscale: #828282. Windows color (decimal): -2076272 or 9458144. OLE color: 9458144.

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

Color convert

RGB 224 81 144 -
CMYK 0 0.64 0.36 0.12
HSL 333.57º 0.7% 0.6% -
HSV(B) 333.57º 0.64% 0.88% -
XYZ 38.72 23.75 28.93 -
YUV 130.94 135.38 194.38 -
System Red Green Blue C M Y K H S L
Decimal 224 81 144 0 0.64 0.36 0.12 333.57 0.7 0.6
Hex E0 51 90 0 40 24 C 14E 46 3C
Octal 340 121 220 0 100 44 14 516 106 74
Binary 11100000 1010001 10010000 0 1000000 100100 1100 101001110 1000110 111100

Color Harmonies of #E05190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05190

Black with #E05190

Text Example


Text Example

White with #E05190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05190; }

 p { color: rgb(224,81,144); }

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

background-color css

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

 a { background-color: rgb(224,81,144); }

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

border-color css

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

 span { border-color: rgb(224,81,144); }

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