Html Css Color HEX #E168A3 Pale Violet Red

📋 copy color: '#E168A3'

red 225 ◦ green 104 ◦ blue 163

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

Shades of Pale Violet Red #E168A3

Tints of Pale Violet Red #E168A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 33.13%

R = 45.73%
G = 21.14%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E168A3 (or 0xE168A3) is known color: Pale Violet Red. HEX triplet: E1, 68 and A3. RGB value is (225,104,163). Sum of RGB (Red+Green+Blue) = 225+104+163=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 104 (41.02% from 255 or 21.14% from 492); Blue value is 163 (64.06% from 255 or 33.13% from 492); Max value from RGB is 225 - color contains mainly: red. Hex color #E168A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E168A3 is #1E975C. Grayscale: #929292. Windows color (decimal): -2004829 or 10709217. OLE color: 10709217.

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

Color convert

RGB 225 104 163 -
CMYK 0 0.54 0.28 0.12
HSL 330.74º 0.67% 0.65% -
HSV(B) 330.74º 0.54% 0.88% -
XYZ 42.61 28.55 37.92 -
YUV 146.91 137.09 183.7 -
System Red Green Blue C M Y K H S L
Decimal 225 104 163 0 0.54 0.28 0.12 330.74 0.67 0.65
Hex E1 68 A3 0 36 1C C 14B 43 41
Octal 341 150 243 0 66 34 14 513 103 101
Binary 11100001 1101000 10100011 0 110110 11100 1100 101001011 1000011 1000001

Color Harmonies of #E168A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E168A3

Black with #E168A3

Text Example


Text Example

White with #E168A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E168A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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