Html Css Color HEX #E55A7D Dark Pink

📋 copy color: '#E55A7D'

red 229 ◦ green 90 ◦ blue 125

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

Shades of Dark Pink #E55A7D

Tints of Dark Pink #E55A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.15%

R = 51.58%
G = 20.27%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E55A7D (or 0xE55A7D) is known color: Dark Pink. HEX triplet: E5, 5A and 7D. RGB value is (229,90,125). Sum of RGB (Red+Green+Blue) = 229+90+125=444 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.58% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 229 - color contains mainly: red. Hex color #E55A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55A7D is #1AA582. Grayscale: #878787. Windows color (decimal): -1746307 or 8215269. OLE color: 8215269.

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

Color convert

RGB 229 90 125 -
CMYK 0 0.61 0.45 0.10
HSL 344.89º 0.73% 0.63% -
HSV(B) 344.89º 0.61% 0.9% -
XYZ 39.67 25.45 22.22 -
YUV 135.55 122.05 194.65 -
System Red Green Blue C M Y K H S L
Decimal 229 90 125 0 0.61 0.45 0.10 344.89 0.73 0.63
Hex E5 5A 7D 0 3D 2D A 159 49 3F
Octal 345 132 175 0 75 55 12 531 111 77
Binary 11100101 1011010 1111101 0 111101 101101 1010 101011001 1001001 111111

Color Harmonies of #E55A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55A7D

Black with #E55A7D

Text Example


Text Example

White with #E55A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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