Html Css Color HEX #E55592 Dark Pink

📋 copy color: '#E55592'

red 229 ◦ green 85 ◦ blue 146

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

Shades of Dark Pink #E55592

Tints of Dark Pink #E55592

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.48%

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

R = 49.78%
G = 18.48%
B = 31.74%

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

#E55592 (or 0xE55592) is known color: Dark Pink. HEX triplet: E5, 55 and 92. RGB value is (229,85,146). Sum of RGB (Red+Green+Blue) = 229+85+146=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 85 (33.59% from 255 or 18.48% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E55592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55592 is #1AAA6D. Grayscale: #868686. Windows color (decimal): -1747566 or 9590245. OLE color: 9590245.

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

Color convert

RGB 229 85 146 -
CMYK 0 0.63 0.36 0.10
HSL 334.58º 0.73% 0.62% -
HSV(B) 334.58º 0.63% 0.9% -
XYZ 40.75 25.23 29.92 -
YUV 135.01 134.21 195.04 -
System Red Green Blue C M Y K H S L
Decimal 229 85 146 0 0.63 0.36 0.10 334.58 0.73 0.62
Hex E5 55 92 0 3F 24 A 14F 49 3E
Octal 345 125 222 0 77 44 12 517 111 76
Binary 11100101 1010101 10010010 0 111111 100100 1010 101001111 1001001 111110

Color Harmonies of #E55592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55592

Black with #E55592

Text Example


Text Example

White with #E55592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55592; }

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

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

background-color css

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

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

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

border-color css

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

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

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