Html Css Color HEX #E55392 Dark Pink

📋 copy color: '#E55392'

red 229 ◦ green 83 ◦ blue 146

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

Shades of Dark Pink #E55392

Tints of Dark Pink #E55392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.88%

R = 50%
G = 18.12%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E55392 (or 0xE55392) is known color: Dark Pink. HEX triplet: E5, 53 and 92. RGB value is (229,83,146). Sum of RGB (Red+Green+Blue) = 229+83+146=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 83 (32.81% from 255 or 18.12% from 458); Blue value is 146 (57.42% from 255 or 31.88% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E55392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55392 is #1AAC6D. Grayscale: #858585. Windows color (decimal): -1748078 or 9589733. OLE color: 9589733.

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

Color convert

RGB 229 83 146 -
CMYK 0 0.64 0.36 0.10
HSL 334.11º 0.74% 0.61% -
HSV(B) 334.11º 0.64% 0.9% -
XYZ 40.59 24.92 29.86 -
YUV 133.84 134.87 195.88 -
System Red Green Blue C M Y K H S L
Decimal 229 83 146 0 0.64 0.36 0.10 334.11 0.74 0.61
Hex E5 53 92 0 40 24 A 14E 4A 3D
Octal 345 123 222 0 100 44 12 516 112 75
Binary 11100101 1010011 10010010 0 1000000 100100 1010 101001110 1001010 111101

Color Harmonies of #E55392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55392

Black with #E55392

Text Example


Text Example

White with #E55392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55392; }

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

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

background-color css

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

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

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

border-color css

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

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

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