Html Css Color HEX #E55F92 Pale Violet Red

📋 copy color: '#E55F92'

red 229 ◦ green 95 ◦ blue 146

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

Shades of Pale Violet Red #E55F92

Tints of Pale Violet Red #E55F92

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.21%

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

R = 48.72%
G = 20.21%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E55F92 (or 0xE55F92) is known color: Pale Violet Red. HEX triplet: E5, 5F and 92. RGB value is (229,95,146). Sum of RGB (Red+Green+Blue) = 229+95+146=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 95 (37.5% from 255 or 20.21% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 229 - color contains mainly: red. Hex color #E55F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55F92 is #1AA06D. Grayscale: #8C8C8C. Windows color (decimal): -1745006 or 9592805. OLE color: 9592805.

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

Color convert

RGB 229 95 146 -
CMYK 0 0.59 0.36 0.10
HSL 337.16º 0.72% 0.64% -
HSV(B) 337.16º 0.59% 0.9% -
XYZ 41.59 26.92 30.2 -
YUV 140.88 130.89 190.85 -
System Red Green Blue C M Y K H S L
Decimal 229 95 146 0 0.59 0.36 0.10 337.16 0.72 0.64
Hex E5 5F 92 0 3B 24 A 151 48 40
Octal 345 137 222 0 73 44 12 521 110 100
Binary 11100101 1011111 10010010 0 111011 100100 1010 101010001 1001000 1000000

Color Harmonies of #E55F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55F92

Black with #E55F92

Text Example


Text Example

White with #E55F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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