Html Css Color HEX #E175A0 Pale Violet Red

📋 copy color: '#E175A0'

red 225 ◦ green 117 ◦ blue 160

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

Shades of Pale Violet Red #E175A0

Tints of Pale Violet Red #E175A0

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.31%

 BLUE value IS 160 (62.89% from 255) = 31.87%

R = 44.82%
G = 23.31%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E175A0 (or 0xE175A0) is known color: Pale Violet Red. HEX triplet: E1, 75 and A0. RGB value is (225,117,160). Sum of RGB (Red+Green+Blue) = 225+117+160=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 117 (46.09% from 255 or 23.31% from 502); Blue value is 160 (62.89% from 255 or 31.87% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E175A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E175A0 is #1E8A5F. Grayscale: #9A9A9A. Windows color (decimal): -2001504 or 10515937. OLE color: 10515937.

HSL color Cylindrical-coordinate representation of color #E175A0: hue angle of 336.11º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E175A0 is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 117 160 -
CMYK 0 0.48 0.29 0.12
HSL 336.11º 0.64% 0.67% -
HSV(B) 336.11º 0.48% 0.88% -
XYZ 43.76 31.27 36.99 -
YUV 154.19 131.28 178.5 -
System Red Green Blue C M Y K H S L
Decimal 225 117 160 0 0.48 0.29 0.12 336.11 0.64 0.67
Hex E1 75 A0 0 30 1D C 150 40 43
Octal 341 165 240 0 60 35 14 520 100 103
Binary 11100001 1110101 10100000 0 110000 11101 1100 101010000 1000000 1000011

Color Harmonies of #E175A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E175A0

Black with #E175A0

Text Example


Text Example

White with #E175A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E175A0; }

 p { color: rgb(225,117,160); }

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

background-color css

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

 a { background-color: rgb(225,117,160); }

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

border-color css

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

 span { border-color: rgb(225,117,160); }

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