Html Css Color HEX #E166A0 Pale Violet Red

📋 copy color: '#E166A0'

red 225 ◦ green 102 ◦ blue 160

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

Shades of Pale Violet Red #E166A0

Tints of Pale Violet Red #E166A0

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.94%

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

R = 46.2%
G = 20.94%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E166A0 (or 0xE166A0) is known color: Pale Violet Red. HEX triplet: E1, 66 and A0. RGB value is (225,102,160). Sum of RGB (Red+Green+Blue) = 225+102+160=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 102 (40.23% from 255 or 20.94% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 225 - color contains mainly: red. Hex color #E166A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E166A0 is #1E995F. Grayscale: #919191. Windows color (decimal): -2005344 or 10512097. OLE color: 10512097.

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

Color convert

RGB 225 102 160 -
CMYK 0 0.55 0.29 0.12
HSL 331.71º 0.67% 0.64% -
HSV(B) 331.71º 0.55% 0.88% -
XYZ 42.15 28.05 36.45 -
YUV 145.39 136.25 184.78 -
System Red Green Blue C M Y K H S L
Decimal 225 102 160 0 0.55 0.29 0.12 331.71 0.67 0.64
Hex E1 66 A0 0 37 1D C 14C 43 40
Octal 341 146 240 0 67 35 14 514 103 100
Binary 11100001 1100110 10100000 0 110111 11101 1100 101001100 1000011 1000000

Color Harmonies of #E166A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E166A0

Black with #E166A0

Text Example


Text Example

White with #E166A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E166A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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