Html Css Color HEX #E164A6 Pale Violet Red

📋 copy color: '#E164A6'

red 225 ◦ green 100 ◦ blue 166

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

Shades of Pale Violet Red #E164A6

Tints of Pale Violet Red #E164A6

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.37%

 BLUE value IS 166 (65.23% from 255) = 33.81%

R = 45.82%
G = 20.37%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E164A6 (or 0xE164A6) is known color: Pale Violet Red. HEX triplet: E1, 64 and A6. RGB value is (225,100,166). Sum of RGB (Red+Green+Blue) = 225+100+166=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E164A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E164A6 is #1E9B59. Grayscale: #909090. Windows color (decimal): -2005850 or 10904801. OLE color: 10904801.

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

Color convert

RGB 225 100 166 -
CMYK 0 0.56 0.26 0.12
HSL 328.32º 0.68% 0.64% -
HSV(B) 328.32º 0.56% 0.88% -
XYZ 42.49 27.88 39.22 -
YUV 144.9 139.91 185.13 -
System Red Green Blue C M Y K H S L
Decimal 225 100 166 0 0.56 0.26 0.12 328.32 0.68 0.64
Hex E1 64 A6 0 38 1A C 148 44 40
Octal 341 144 246 0 70 32 14 510 104 100
Binary 11100001 1100100 10100110 0 111000 11010 1100 101001000 1000100 1000000

Color Harmonies of #E164A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E164A6

Black with #E164A6

Text Example


Text Example

White with #E164A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E164A6; }

 p { color: rgb(225,100,166); }

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

background-color css

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

 a { background-color: rgb(225,100,166); }

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

border-color css

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

 span { border-color: rgb(225,100,166); }

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