Html Css Color HEX #E164A4 Pale Violet Red

📋 copy color: '#E164A4'

red 225 ◦ green 100 ◦ blue 164

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

Shades of Pale Violet Red #E164A4

Tints of Pale Violet Red #E164A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33.54%

R = 46.01%
G = 20.45%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E164A4 (or 0xE164A4) is known color: Pale Violet Red. HEX triplet: E1, 64 and A4. RGB value is (225,100,164). Sum of RGB (Red+Green+Blue) = 225+100+164=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 100 (39.45% from 255 or 20.45% from 489); Blue value is 164 (64.45% from 255 or 33.54% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E164A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E164A4 is #1E9B5B. Grayscale: #909090. Windows color (decimal): -2005852 or 10773729. OLE color: 10773729.

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

Color convert

RGB 225 100 164 -
CMYK 0 0.56 0.27 0.12
HSL 329.28º 0.68% 0.64% -
HSV(B) 329.28º 0.56% 0.88% -
XYZ 42.31 27.8 38.26 -
YUV 144.67 138.91 185.3 -
System Red Green Blue C M Y K H S L
Decimal 225 100 164 0 0.56 0.27 0.12 329.28 0.68 0.64
Hex E1 64 A4 0 38 1B C 149 44 40
Octal 341 144 244 0 70 33 14 511 104 100
Binary 11100001 1100100 10100100 0 111000 11011 1100 101001001 1000100 1000000

Color Harmonies of #E164A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E164A4

Black with #E164A4

Text Example


Text Example

White with #E164A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E164A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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