Html Css Color HEX #E166A4 Pale Violet Red

📋 copy color: '#E166A4'

red 225 ◦ green 102 ◦ blue 164

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

Shades of Pale Violet Red #E166A4

Tints of Pale Violet Red #E166A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33.4%

R = 45.82%
G = 20.77%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E166A4 (or 0xE166A4) is known color: Pale Violet Red. HEX triplet: E1, 66 and A4. RGB value is (225,102,164). Sum of RGB (Red+Green+Blue) = 225+102+164=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 102 (40.23% from 255 or 20.77% from 491); Blue value is 164 (64.45% from 255 or 33.40% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E166A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E166A4 is #1E995B. Grayscale: #919191. Windows color (decimal): -2005340 or 10774241. OLE color: 10774241.

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

Color convert

RGB 225 102 164 -
CMYK 0 0.55 0.27 0.12
HSL 329.76º 0.67% 0.64% -
HSV(B) 329.76º 0.55% 0.88% -
XYZ 42.5 28.19 38.32 -
YUV 145.85 138.25 184.46 -
System Red Green Blue C M Y K H S L
Decimal 225 102 164 0 0.55 0.27 0.12 329.76 0.67 0.64
Hex E1 66 A4 0 37 1B C 14A 43 40
Octal 341 146 244 0 67 33 14 512 103 100
Binary 11100001 1100110 10100100 0 110111 11011 1100 101001010 1000011 1000000

Color Harmonies of #E166A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E166A4

Black with #E166A4

Text Example


Text Example

White with #E166A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E166A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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