Html Css Color HEX #E55C7A Dark Pink

📋 copy color: '#E55C7A'

red 229 ◦ green 92 ◦ blue 122

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

Shades of Dark Pink #E55C7A

Tints of Dark Pink #E55C7A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.77%

 BLUE value IS 122 (48.05% from 255) = 27.54%

R = 51.69%
G = 20.77%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E55C7A (or 0xE55C7A) is known color: Dark Pink. HEX triplet: E5, 5C and 7A. RGB value is (229,92,122). Sum of RGB (Red+Green+Blue) = 229+92+122=443 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.69% from 443); Green value is 92 (36.33% from 255 or 20.77% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 229 - color contains mainly: red. Hex color #E55C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55C7A is #1AA385. Grayscale: #888888. Windows color (decimal): -1745798 or 8019173. OLE color: 8019173.

HSL color Cylindrical-coordinate representation of color #E55C7A: hue angle of 346.86º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E55C7A is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 92 122 -
CMYK 0 0.60 0.47 0.10
HSL 346.86º 0.72% 0.63% -
HSV(B) 346.86º 0.6% 0.9% -
XYZ 39.65 25.72 21.29 -
YUV 136.38 119.89 194.06 -
System Red Green Blue C M Y K H S L
Decimal 229 92 122 0 0.60 0.47 0.10 346.86 0.72 0.63
Hex E5 5C 7A 0 3C 2F A 15B 48 3F
Octal 345 134 172 0 74 57 12 533 110 77
Binary 11100101 1011100 1111010 0 111100 101111 1010 101011011 1001000 111111

Color Harmonies of #E55C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55C7A

Black with #E55C7A

Text Example


Text Example

White with #E55C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55C7A; }

 p { color: rgb(229,92,122); }

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

background-color css

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

 a { background-color: rgb(229,92,122); }

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

border-color css

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

 span { border-color: rgb(229,92,122); }

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