Html Css Color HEX #E5729E Pale Violet Red

📋 copy color: '#E5729E'

red 229 ◦ green 114 ◦ blue 158

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

Shades of Pale Violet Red #E5729E

Tints of Pale Violet Red #E5729E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.75%

 BLUE value IS 158 (62.11% from 255) = 31.54%

R = 45.71%
G = 22.75%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E5729E (or 0xE5729E) is known color: Pale Violet Red. HEX triplet: E5, 72 and 9E. RGB value is (229,114,158). Sum of RGB (Red+Green+Blue) = 229+114+158=501 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.71% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 229 - color contains mainly: red. Hex color #E5729E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5729E is #1A8D61. Grayscale: #999999. Windows color (decimal): -1740130 or 10384101. OLE color: 10384101.

HSL color Cylindrical-coordinate representation of color #E5729E: hue angle of 337.04º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E5729E is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 114 158 -
CMYK 0 0.50 0.31 0.10
HSL 337.04º 0.69% 0.67% -
HSV(B) 337.04º 0.5% 0.9% -
XYZ 44.5 31.16 36.02 -
YUV 153.4 130.6 181.92 -
System Red Green Blue C M Y K H S L
Decimal 229 114 158 0 0.50 0.31 0.10 337.04 0.69 0.67
Hex E5 72 9E 0 32 1F A 151 45 43
Octal 345 162 236 0 62 37 12 521 105 103
Binary 11100101 1110010 10011110 0 110010 11111 1010 101010001 1000101 1000011

Color Harmonies of #E5729E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5729E

Black with #E5729E

Text Example


Text Example

White with #E5729E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5729E; }

 p { color: rgb(229,114,158); }

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

background-color css

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

 a { background-color: rgb(229,114,158); }

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

border-color css

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

 span { border-color: rgb(229,114,158); }

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