Html Css Color HEX #E161A8 Pale Violet Red

📋 copy color: '#E161A8'

red 225 ◦ green 97 ◦ blue 168

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

Shades of Pale Violet Red #E161A8

Tints of Pale Violet Red #E161A8

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.8%

 BLUE value IS 168 (66.02% from 255) = 34.29%

R = 45.92%
G = 19.8%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E161A8 (or 0xE161A8) is known color: Pale Violet Red. HEX triplet: E1, 61 and A8. RGB value is (225,97,168). Sum of RGB (Red+Green+Blue) = 225+97+168=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 97 (38.28% from 255 or 19.80% from 490); Blue value is 168 (66.02% from 255 or 34.29% from 490); Max value from RGB is 225 - color contains mainly: red. Hex color #E161A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E161A8 is #1E9E57. Grayscale: #8F8F8F. Windows color (decimal): -2006616 or 11035105. OLE color: 11035105.

HSL color Cylindrical-coordinate representation of color #E161A8: hue angle of 326.72º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E161A8 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 97 168 -
CMYK 0 0.57 0.25 0.12
HSL 326.72º 0.68% 0.63% -
HSV(B) 326.72º 0.57% 0.88% -
XYZ 42.39 27.38 40.1 -
YUV 143.37 141.91 186.23 -
System Red Green Blue C M Y K H S L
Decimal 225 97 168 0 0.57 0.25 0.12 326.72 0.68 0.63
Hex E1 61 A8 0 39 19 C 147 44 3F
Octal 341 141 250 0 71 31 14 507 104 77
Binary 11100001 1100001 10101000 0 111001 11001 1100 101000111 1000100 111111

Color Harmonies of #E161A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E161A8

Black with #E161A8

Text Example


Text Example

White with #E161A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E161A8; }

 p { color: rgb(225,97,168); }

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

background-color css

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

 a { background-color: rgb(225,97,168); }

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

border-color css

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

 span { border-color: rgb(225,97,168); }

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