Html Css Color HEX #E16FAA Pale Violet Red

📋 copy color: '#E16FAA'

red 225 ◦ green 111 ◦ blue 170

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

Shades of Pale Violet Red #E16FAA

Tints of Pale Violet Red #E16FAA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.94%

 BLUE value IS 170 (66.8% from 255) = 33.6%

R = 44.47%
G = 21.94%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E16FAA (or 0xE16FAA) is known color: Pale Violet Red. HEX triplet: E1, 6F and AA. RGB value is (225,111,170). Sum of RGB (Red+Green+Blue) = 225+111+170=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E16FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16FAA is #1E9055. Grayscale: #979797. Windows color (decimal): -2003030 or 11169761. OLE color: 11169761.

HSL color Cylindrical-coordinate representation of color #E16FAA: hue angle of 328.95º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E16FAA is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 111 170 -
CMYK 0 0.51 0.24 0.12
HSL 328.95º 0.66% 0.66% -
HSV(B) 328.95º 0.51% 0.88% -
XYZ 43.99 30.28 41.56 -
YUV 151.81 138.27 180.2 -
System Red Green Blue C M Y K H S L
Decimal 225 111 170 0 0.51 0.24 0.12 328.95 0.66 0.66
Hex E1 6F AA 0 33 18 C 149 42 42
Octal 341 157 252 0 63 30 14 511 102 102
Binary 11100001 1101111 10101010 0 110011 11000 1100 101001001 1000010 1000010

Color Harmonies of #E16FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16FAA

Black with #E16FAA

Text Example


Text Example

White with #E16FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16FAA; }

 p { color: rgb(225,111,170); }

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

background-color css

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

 a { background-color: rgb(225,111,170); }

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

border-color css

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

 span { border-color: rgb(225,111,170); }

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