Html Css Color HEX #E168A0 Pale Violet Red

📋 copy color: '#E168A0'

red 225 ◦ green 104 ◦ blue 160

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

Shades of Pale Violet Red #E168A0

Tints of Pale Violet Red #E168A0

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.27%

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

R = 46.01%
G = 21.27%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E168A0 (or 0xE168A0) is known color: Pale Violet Red. HEX triplet: E1, 68 and A0. RGB value is (225,104,160). Sum of RGB (Red+Green+Blue) = 225+104+160=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 104 (41.02% from 255 or 21.27% from 489); Blue value is 160 (62.89% from 255 or 32.72% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E168A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E168A0 is #1E975F. Grayscale: #929292. Windows color (decimal): -2004832 or 10512609. OLE color: 10512609.

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

Color convert

RGB 225 104 160 -
CMYK 0 0.54 0.29 0.12
HSL 332.23º 0.67% 0.65% -
HSV(B) 332.23º 0.54% 0.88% -
XYZ 42.35 28.45 36.52 -
YUV 146.56 135.59 183.95 -
System Red Green Blue C M Y K H S L
Decimal 225 104 160 0 0.54 0.29 0.12 332.23 0.67 0.65
Hex E1 68 A0 0 36 1D C 14C 43 41
Octal 341 150 240 0 66 35 14 514 103 101
Binary 11100001 1101000 10100000 0 110110 11101 1100 101001100 1000011 1000001

Color Harmonies of #E168A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E168A0

Black with #E168A0

Text Example


Text Example

White with #E168A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E168A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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