Html Css Color HEX #E55277 Dark Pink

📋 copy color: '#E55277'

red 229 ◦ green 82 ◦ blue 119

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

Shades of Dark Pink #E55277

Tints of Dark Pink #E55277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.67%

R = 53.26%
G = 19.07%
B = 27.67%

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

#E55277 (or 0xE55277) is known color: Dark Pink. HEX triplet: E5, 52 and 77. RGB value is (229,82,119). Sum of RGB (Red+Green+Blue) = 229+82+119=430 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.26% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 229 - color contains mainly: red. Hex color #E55277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55277 is #1AAD88. Grayscale: #828282. Windows color (decimal): -1748361 or 7820005. OLE color: 7820005.

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

Color convert

RGB 229 82 119 -
CMYK 0 0.64 0.48 0.10
HSL 344.9º 0.74% 0.61% -
HSV(B) 344.9º 0.64% 0.9% -
XYZ 38.66 24.02 20.05 -
YUV 130.17 121.7 198.49 -
System Red Green Blue C M Y K H S L
Decimal 229 82 119 0 0.64 0.48 0.10 344.9 0.74 0.61
Hex E5 52 77 0 40 30 A 159 4A 3D
Octal 345 122 167 0 100 60 12 531 112 75
Binary 11100101 1010010 1110111 0 1000000 110000 1010 101011001 1001010 111101

Color Harmonies of #E55277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55277

Black with #E55277

Text Example


Text Example

White with #E55277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55277; }

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

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

background-color css

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

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

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

border-color css

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

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

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