Html Css Color HEX #E55276 Dark Pink

📋 copy color: '#E55276'

red 229 ◦ green 82 ◦ blue 118

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

Shades of Dark Pink #E55276

Tints of Dark Pink #E55276

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.11%

 BLUE value IS 118 (46.48% from 255) = 27.51%

R = 53.38%
G = 19.11%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E55276 (or 0xE55276) is known color: Dark Pink. HEX triplet: E5, 52 and 76. RGB value is (229,82,118). Sum of RGB (Red+Green+Blue) = 229+82+118=429 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.38% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 229 - color contains mainly: red. Hex color #E55276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55276 is #1AAD89. Grayscale: #828282. Windows color (decimal): -1748362 or 7754469. OLE color: 7754469.

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

Color convert

RGB 229 82 118 -
CMYK 0 0.64 0.48 0.10
HSL 345.31º 0.74% 0.61% -
HSV(B) 345.31º 0.64% 0.9% -
XYZ 38.6 24 19.74 -
YUV 130.06 121.2 198.57 -
System Red Green Blue C M Y K H S L
Decimal 229 82 118 0 0.64 0.48 0.10 345.31 0.74 0.61
Hex E5 52 76 0 40 30 A 159 4A 3D
Octal 345 122 166 0 100 60 12 531 112 75
Binary 11100101 1010010 1110110 0 1000000 110000 1010 101011001 1001010 111101

Color Harmonies of #E55276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55276

Black with #E55276

Text Example


Text Example

White with #E55276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55276; }

 p { color: rgb(229,82,118); }

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

background-color css

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

 a { background-color: rgb(229,82,118); }

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

border-color css

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

 span { border-color: rgb(229,82,118); }

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