Html Css Color HEX #E168A6 Pale Violet Red

📋 copy color: '#E168A6'

red 225 ◦ green 104 ◦ blue 166

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

Shades of Pale Violet Red #E168A6

Tints of Pale Violet Red #E168A6

RGB

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

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

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

R = 45.45%
G = 21.01%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E168A6 (or 0xE168A6) is known color: Pale Violet Red. HEX triplet: E1, 68 and A6. RGB value is (225,104,166). Sum of RGB (Red+Green+Blue) = 225+104+166=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 104 (41.02% from 255 or 21.01% from 495); Blue value is 166 (65.23% from 255 or 33.54% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E168A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E168A6 is #1E9759. Grayscale: #939393. Windows color (decimal): -2004826 or 10905825. OLE color: 10905825.

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

Color convert

RGB 225 104 166 -
CMYK 0 0.54 0.26 0.12
HSL 329.26º 0.67% 0.65% -
HSV(B) 329.26º 0.54% 0.88% -
XYZ 42.88 28.66 39.35 -
YUV 147.25 138.59 183.46 -
System Red Green Blue C M Y K H S L
Decimal 225 104 166 0 0.54 0.26 0.12 329.26 0.67 0.65
Hex E1 68 A6 0 36 1A C 149 43 41
Octal 341 150 246 0 66 32 14 511 103 101
Binary 11100001 1101000 10100110 0 110110 11010 1100 101001001 1000011 1000001

Color Harmonies of #E168A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E168A6

Black with #E168A6

Text Example


Text Example

White with #E168A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E168A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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