Html Css Color HEX #E55493 Dark Pink

📋 copy color: '#E55493'

red 229 ◦ green 84 ◦ blue 147

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

Shades of Dark Pink #E55493

Tints of Dark Pink #E55493

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.26%

 BLUE value IS 147 (57.81% from 255) = 31.96%

R = 49.78%
G = 18.26%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E55493 (or 0xE55493) is known color: Dark Pink. HEX triplet: E5, 54 and 93. RGB value is (229,84,147). Sum of RGB (Red+Green+Blue) = 229+84+147=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 84 (33.20% from 255 or 18.26% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E55493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55493 is #1AAB6C. Grayscale: #868686. Windows color (decimal): -1747821 or 9655525. OLE color: 9655525.

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

Color convert

RGB 229 84 147 -
CMYK 0 0.63 0.36 0.10
HSL 333.93º 0.74% 0.61% -
HSV(B) 333.93º 0.63% 0.9% -
XYZ 40.75 25.11 30.3 -
YUV 134.54 135.04 195.38 -
System Red Green Blue C M Y K H S L
Decimal 229 84 147 0 0.63 0.36 0.10 333.93 0.74 0.61
Hex E5 54 93 0 3F 24 A 14E 4A 3D
Octal 345 124 223 0 77 44 12 516 112 75
Binary 11100101 1010100 10010011 0 111111 100100 1010 101001110 1001010 111101

Color Harmonies of #E55493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55493

Black with #E55493

Text Example


Text Example

White with #E55493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55493; }

 p { color: rgb(229,84,147); }

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

background-color css

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

 a { background-color: rgb(229,84,147); }

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

border-color css

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

 span { border-color: rgb(229,84,147); }

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