Html Css Color HEX #E1729B Pale Violet Red

📋 copy color: '#E1729B'

red 225 ◦ green 114 ◦ blue 155

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

Shades of Pale Violet Red #E1729B

Tints of Pale Violet Red #E1729B

RGB

 RED value IS 225 (88.28% from 255) = 45.55%

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

 BLUE value IS 155 (60.94% from 255) = 31.38%

R = 45.55%
G = 23.08%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E1729B (or 0xE1729B) is known color: Pale Violet Red. HEX triplet: E1, 72 and 9B. RGB value is (225,114,155). Sum of RGB (Red+Green+Blue) = 225+114+155=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 114 (44.92% from 255 or 23.08% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E1729B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1729B is #1E8D64. Grayscale: #979797. Windows color (decimal): -2002277 or 10187489. OLE color: 10187489.

HSL color Cylindrical-coordinate representation of color #E1729B: hue angle of 337.84º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E1729B is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 114 155 -
CMYK 0 0.49 0.31 0.12
HSL 337.84º 0.65% 0.66% -
HSV(B) 337.84º 0.49% 0.88% -
XYZ 42.99 30.41 34.61 -
YUV 151.86 129.77 180.17 -
System Red Green Blue C M Y K H S L
Decimal 225 114 155 0 0.49 0.31 0.12 337.84 0.65 0.66
Hex E1 72 9B 0 31 1F C 152 41 42
Octal 341 162 233 0 61 37 14 522 101 102
Binary 11100001 1110010 10011011 0 110001 11111 1100 101010010 1000001 1000010

Color Harmonies of #E1729B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1729B

Black with #E1729B

Text Example


Text Example

White with #E1729B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1729B; }

 p { color: rgb(225,114,155); }

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

background-color css

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

 a { background-color: rgb(225,114,155); }

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

border-color css

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

 span { border-color: rgb(225,114,155); }

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