Html Css Color HEX #E55291 Dark Pink

📋 copy color: '#E55291'

red 229 ◦ green 82 ◦ blue 145

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

Shades of Dark Pink #E55291

Tints of Dark Pink #E55291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 31.8%

R = 50.22%
G = 17.98%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E55291 (or 0xE55291) is known color: Dark Pink. HEX triplet: E5, 52 and 91. RGB value is (229,82,145). Sum of RGB (Red+Green+Blue) = 229+82+145=456 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.22% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 145 (57.03% from 255 or 31.80% from 456); Max value from RGB is 229 - color contains mainly: red. Hex color #E55291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55291 is #1AAD6E. Grayscale: #858585. Windows color (decimal): -1748335 or 9523941. OLE color: 9523941.

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

Color convert

RGB 229 82 145 -
CMYK 0 0.64 0.37 0.10
HSL 334.29º 0.74% 0.61% -
HSV(B) 334.29º 0.64% 0.9% -
XYZ 40.44 24.74 29.43 -
YUV 133.14 134.7 196.38 -
System Red Green Blue C M Y K H S L
Decimal 229 82 145 0 0.64 0.37 0.10 334.29 0.74 0.61
Hex E5 52 91 0 40 25 A 14E 4A 3D
Octal 345 122 221 0 100 45 12 516 112 75
Binary 11100101 1010010 10010001 0 1000000 100101 1010 101001110 1001010 111101

Color Harmonies of #E55291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55291

Black with #E55291

Text Example


Text Example

White with #E55291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55291; }

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

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

background-color css

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

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

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

border-color css

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

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

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