Html Css Color HEX #E16CAA Pale Violet Red

📋 copy color: '#E16CAA'

red 225 ◦ green 108 ◦ blue 170

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

Shades of Pale Violet Red #E16CAA

Tints of Pale Violet Red #E16CAA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.47%

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

R = 44.73%
G = 21.47%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E16CAA (or 0xE16CAA) is known color: Pale Violet Red. HEX triplet: E1, 6C and AA. RGB value is (225,108,170). Sum of RGB (Red+Green+Blue) = 225+108+170=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E16CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16CAA is #1E9355. Grayscale: #959595. Windows color (decimal): -2003798 or 11168993. OLE color: 11168993.

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

Color convert

RGB 225 108 170 -
CMYK 0 0.52 0.24 0.12
HSL 328.21º 0.66% 0.65% -
HSV(B) 328.21º 0.52% 0.88% -
XYZ 43.67 29.63 41.45 -
YUV 150.05 139.26 181.46 -
System Red Green Blue C M Y K H S L
Decimal 225 108 170 0 0.52 0.24 0.12 328.21 0.66 0.65
Hex E1 6C AA 0 34 18 C 148 42 41
Octal 341 154 252 0 64 30 14 510 102 101
Binary 11100001 1101100 10101010 0 110100 11000 1100 101001000 1000010 1000001

Color Harmonies of #E16CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16CAA

Black with #E16CAA

Text Example


Text Example

White with #E16CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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