Html Css Color HEX #E168A2 Pale Violet Red

📋 copy color: '#E168A2'

red 225 ◦ green 104 ◦ blue 162

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

Shades of Pale Violet Red #E168A2

Tints of Pale Violet Red #E168A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.99%

R = 45.82%
G = 21.18%
B = 32.99%

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

#E168A2 (or 0xE168A2) is known color: Pale Violet Red. HEX triplet: E1, 68 and A2. RGB value is (225,104,162). Sum of RGB (Red+Green+Blue) = 225+104+162=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 162 (63.67% from 255 or 32.99% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E168A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E168A2 is #1E975D. Grayscale: #929292. Windows color (decimal): -2004830 or 10643681. OLE color: 10643681.

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

Color convert

RGB 225 104 162 -
CMYK 0 0.54 0.28 0.12
HSL 331.24º 0.67% 0.65% -
HSV(B) 331.24º 0.54% 0.88% -
XYZ 42.52 28.52 37.45 -
YUV 146.79 136.59 183.78 -
System Red Green Blue C M Y K H S L
Decimal 225 104 162 0 0.54 0.28 0.12 331.24 0.67 0.65
Hex E1 68 A2 0 36 1C C 14B 43 41
Octal 341 150 242 0 66 34 14 513 103 101
Binary 11100001 1101000 10100010 0 110110 11100 1100 101001011 1000011 1000001

Color Harmonies of #E168A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E168A2

Black with #E168A2

Text Example


Text Example

White with #E168A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E168A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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