Html Css Color HEX #E55391 Dark Pink

📋 copy color: '#E55391'

red 229 ◦ green 83 ◦ blue 145

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

Shades of Dark Pink #E55391

Tints of Dark Pink #E55391

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.16%

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

R = 50.11%
G = 18.16%
B = 31.73%

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

#E55391 (or 0xE55391) is known color: Dark Pink. HEX triplet: E5, 53 and 91. RGB value is (229,83,145). Sum of RGB (Red+Green+Blue) = 229+83+145=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 83 (32.81% from 255 or 18.16% from 457); Blue value is 145 (57.03% from 255 or 31.73% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E55391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55391 is #1AAC6E. Grayscale: #858585. Windows color (decimal): -1748079 or 9524197. OLE color: 9524197.

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

Color convert

RGB 229 83 145 -
CMYK 0 0.64 0.37 0.10
HSL 334.52º 0.74% 0.61% -
HSV(B) 334.52º 0.64% 0.9% -
XYZ 40.52 24.89 29.46 -
YUV 133.72 134.37 195.96 -
System Red Green Blue C M Y K H S L
Decimal 229 83 145 0 0.64 0.37 0.10 334.52 0.74 0.61
Hex E5 53 91 0 40 25 A 14F 4A 3D
Octal 345 123 221 0 100 45 12 517 112 75
Binary 11100101 1010011 10010001 0 1000000 100101 1010 101001111 1001010 111101

Color Harmonies of #E55391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55391

Black with #E55391

Text Example


Text Example

White with #E55391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55391; }

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

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

background-color css

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

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

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

border-color css

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

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

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