Html Css Color HEX #E16CA1 Pale Violet Red

📋 copy color: '#E16CA1'

red 225 ◦ green 108 ◦ blue 161

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

Shades of Pale Violet Red #E16CA1

Tints of Pale Violet Red #E16CA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 32.59%

R = 45.55%
G = 21.86%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E16CA1 (or 0xE16CA1) is known color: Pale Violet Red. HEX triplet: E1, 6C and A1. RGB value is (225,108,161). Sum of RGB (Red+Green+Blue) = 225+108+161=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 161 (63.28% from 255 or 32.59% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E16CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16CA1 is #1E935E. Grayscale: #949494. Windows color (decimal): -2003807 or 10579169. OLE color: 10579169.

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

Color convert

RGB 225 108 161 -
CMYK 0 0.52 0.28 0.12
HSL 332.82º 0.66% 0.65% -
HSV(B) 332.82º 0.52% 0.88% -
XYZ 42.85 29.31 37.12 -
YUV 149.03 134.76 182.19 -
System Red Green Blue C M Y K H S L
Decimal 225 108 161 0 0.52 0.28 0.12 332.82 0.66 0.65
Hex E1 6C A1 0 34 1C C 14D 42 41
Octal 341 154 241 0 64 34 14 515 102 101
Binary 11100001 1101100 10100001 0 110100 11100 1100 101001101 1000010 1000001

Color Harmonies of #E16CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16CA1

Black with #E16CA1

Text Example


Text Example

White with #E16CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16CA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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