Html Css Color HEX #E168A8 Pale Violet Red

📋 copy color: '#E168A8'

red 225 ◦ green 104 ◦ blue 168

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

Shades of Pale Violet Red #E168A8

Tints of Pale Violet Red #E168A8

RGB

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

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

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

R = 45.27%
G = 20.93%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E168A8 (or 0xE168A8) is known color: Pale Violet Red. HEX triplet: E1, 68 and A8. RGB value is (225,104,168). Sum of RGB (Red+Green+Blue) = 225+104+168=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 104 (41.02% from 255 or 20.93% from 497); Blue value is 168 (66.02% from 255 or 33.80% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E168A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E168A8 is #1E9757. Grayscale: #939393. Windows color (decimal): -2004824 or 11036897. OLE color: 11036897.

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

Color convert

RGB 225 104 168 -
CMYK 0 0.54 0.25 0.12
HSL 328.26º 0.67% 0.65% -
HSV(B) 328.26º 0.54% 0.88% -
XYZ 43.07 28.74 40.32 -
YUV 147.48 139.59 183.3 -
System Red Green Blue C M Y K H S L
Decimal 225 104 168 0 0.54 0.25 0.12 328.26 0.67 0.65
Hex E1 68 A8 0 36 19 C 148 43 41
Octal 341 150 250 0 66 31 14 510 103 101
Binary 11100001 1101000 10101000 0 110110 11001 1100 101001000 1000011 1000001

Color Harmonies of #E168A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E168A8

Black with #E168A8

Text Example


Text Example

White with #E168A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E168A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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