Html Css Color HEX #E55A8D Dark Pink

📋 copy color: '#E55A8D'

red 229 ◦ green 90 ◦ blue 141

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

Shades of Dark Pink #E55A8D

Tints of Dark Pink #E55A8D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.57%

 BLUE value IS 141 (55.47% from 255) = 30.65%

R = 49.78%
G = 19.57%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E55A8D (or 0xE55A8D) is known color: Dark Pink. HEX triplet: E5, 5A and 8D. RGB value is (229,90,141). Sum of RGB (Red+Green+Blue) = 229+90+141=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 90 (35.55% from 255 or 19.57% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E55A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55A8D is #1AA572. Grayscale: #898989. Windows color (decimal): -1746291 or 9263845. OLE color: 9263845.

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

Color convert

RGB 229 90 141 -
CMYK 0 0.61 0.38 0.10
HSL 337.99º 0.73% 0.63% -
HSV(B) 337.99º 0.61% 0.9% -
XYZ 40.78 25.89 28.05 -
YUV 137.38 130.05 193.35 -
System Red Green Blue C M Y K H S L
Decimal 229 90 141 0 0.61 0.38 0.10 337.99 0.73 0.63
Hex E5 5A 8D 0 3D 26 A 152 49 3F
Octal 345 132 215 0 75 46 12 522 111 77
Binary 11100101 1011010 10001101 0 111101 100110 1010 101010010 1001001 111111

Color Harmonies of #E55A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55A8D

Black with #E55A8D

Text Example


Text Example

White with #E55A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55A8D; }

 p { color: rgb(229,90,141); }

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

background-color css

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

 a { background-color: rgb(229,90,141); }

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

border-color css

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

 span { border-color: rgb(229,90,141); }

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