Html Css Color HEX #E55A8A Dark Pink

📋 copy color: '#E55A8A'

red 229 ◦ green 90 ◦ blue 138

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

Shades of Dark Pink #E55A8A

Tints of Dark Pink #E55A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.2%

R = 50.11%
G = 19.69%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E55A8A (or 0xE55A8A) is known color: Dark Pink. HEX triplet: E5, 5A and 8A. RGB value is (229,90,138). Sum of RGB (Red+Green+Blue) = 229+90+138=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E55A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55A8A is #1AA575. Grayscale: #888888. Windows color (decimal): -1746294 or 9067237. OLE color: 9067237.

HSL color Cylindrical-coordinate representation of color #E55A8A: hue angle of 339.28º 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 #E55A8A is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 90 138 -
CMYK 0 0.61 0.40 0.10
HSL 339.28º 0.73% 0.63% -
HSV(B) 339.28º 0.61% 0.9% -
XYZ 40.56 25.81 26.89 -
YUV 137.03 128.55 193.6 -
System Red Green Blue C M Y K H S L
Decimal 229 90 138 0 0.61 0.40 0.10 339.28 0.73 0.63
Hex E5 5A 8A 0 3D 28 A 153 49 3F
Octal 345 132 212 0 75 50 12 523 111 77
Binary 11100101 1011010 10001010 0 111101 101000 1010 101010011 1001001 111111

Color Harmonies of #E55A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55A8A

Black with #E55A8A

Text Example


Text Example

White with #E55A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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