Html Css Color HEX #E16CA5 Pale Violet Red

📋 copy color: '#E16CA5'

red 225 ◦ green 108 ◦ blue 165

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

Shades of Pale Violet Red #E16CA5

Tints of Pale Violet Red #E16CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.13%

R = 45.18%
G = 21.69%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E16CA5 (or 0xE16CA5) is known color: Pale Violet Red. HEX triplet: E1, 6C and A5. RGB value is (225,108,165). Sum of RGB (Red+Green+Blue) = 225+108+165=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 108 (42.58% from 255 or 21.69% from 498); Blue value is 165 (64.84% from 255 or 33.13% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E16CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16CA5 is #1E935A. Grayscale: #959595. Windows color (decimal): -2003803 or 10841313. OLE color: 10841313.

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

Color convert

RGB 225 108 165 -
CMYK 0 0.52 0.27 0.12
HSL 330.77º 0.66% 0.65% -
HSV(B) 330.77º 0.52% 0.88% -
XYZ 43.21 29.45 39 -
YUV 149.48 136.76 181.87 -
System Red Green Blue C M Y K H S L
Decimal 225 108 165 0 0.52 0.27 0.12 330.77 0.66 0.65
Hex E1 6C A5 0 34 1B C 14B 42 41
Octal 341 154 245 0 64 33 14 513 102 101
Binary 11100001 1101100 10100101 0 110100 11011 1100 101001011 1000010 1000001

Color Harmonies of #E16CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16CA5

Black with #E16CA5

Text Example


Text Example

White with #E16CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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