Html Css Color HEX #E17295 Pale Violet Red

📋 copy color: '#E17295'

red 225 ◦ green 114 ◦ blue 149

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

Shades of Pale Violet Red #E17295

Tints of Pale Violet Red #E17295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.53%

R = 46.11%
G = 23.36%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E17295 (or 0xE17295) is known color: Pale Violet Red. HEX triplet: E1, 72 and 95. RGB value is (225,114,149). Sum of RGB (Red+Green+Blue) = 225+114+149=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 114 (44.92% from 255 or 23.36% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 225 - color contains mainly: red. Hex color #E17295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17295 is #1E8D6A. Grayscale: #979797. Windows color (decimal): -2002283 or 9794273. OLE color: 9794273.

HSL color Cylindrical-coordinate representation of color #E17295: hue angle of 341.08º 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 #E17295 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 114 149 -
CMYK 0 0.49 0.34 0.12
HSL 341.08º 0.65% 0.66% -
HSV(B) 341.08º 0.49% 0.88% -
XYZ 42.49 30.21 32.03 -
YUV 151.18 126.77 180.65 -
System Red Green Blue C M Y K H S L
Decimal 225 114 149 0 0.49 0.34 0.12 341.08 0.65 0.66
Hex E1 72 95 0 31 22 C 155 41 42
Octal 341 162 225 0 61 42 14 525 101 102
Binary 11100001 1110010 10010101 0 110001 100010 1100 101010101 1000001 1000010

Color Harmonies of #E17295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17295

Black with #E17295

Text Example


Text Example

White with #E17295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17295; }

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

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

background-color css

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

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

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

border-color css

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

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

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