Html Css Color HEX #E55190 Dark Pink

📋 copy color: '#E55190'

red 229 ◦ green 81 ◦ blue 144

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

Shades of Dark Pink #E55190

Tints of Dark Pink #E55190

RGB

 RED value IS 229 (89.84% from 255) = 50.44%

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

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

R = 50.44%
G = 17.84%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E55190 (or 0xE55190) is known color: Dark Pink. HEX triplet: E5, 51 and 90. RGB value is (229,81,144). Sum of RGB (Red+Green+Blue) = 229+81+144=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 144 (56.64% from 255 or 31.72% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E55190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55190 is #1AAE6F. Grayscale: #848484. Windows color (decimal): -1748592 or 9458149. OLE color: 9458149.

HSL color Cylindrical-coordinate representation of color #E55190: hue angle of 334.46º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E55190 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 81 144 -
CMYK 0 0.65 0.37 0.10
HSL 334.46º 0.74% 0.61% -
HSV(B) 334.46º 0.65% 0.9% -
XYZ 40.29 24.56 29 -
YUV 132.43 134.53 196.88 -
System Red Green Blue C M Y K H S L
Decimal 229 81 144 0 0.65 0.37 0.10 334.46 0.74 0.61
Hex E5 51 90 0 41 25 A 14E 4A 3D
Octal 345 121 220 0 101 45 12 516 112 75
Binary 11100101 1010001 10010000 0 1000001 100101 1010 101001110 1001010 111101

Color Harmonies of #E55190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55190

Black with #E55190

Text Example


Text Example

White with #E55190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55190; }

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

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

background-color css

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

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

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

border-color css

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

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

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