Html Css Color HEX #E16DA2 Pale Violet Red

📋 copy color: '#E16DA2'

red 225 ◦ green 109 ◦ blue 162

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

Shades of Pale Violet Red #E16DA2

Tints of Pale Violet Red #E16DA2

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.98%

 BLUE value IS 162 (63.67% from 255) = 32.66%

R = 45.36%
G = 21.98%
B = 32.66%

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

#E16DA2 (or 0xE16DA2) is known color: Pale Violet Red. HEX triplet: E1, 6D and A2. RGB value is (225,109,162). Sum of RGB (Red+Green+Blue) = 225+109+162=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 109 (42.97% from 255 or 21.98% from 496); Blue value is 162 (63.67% from 255 or 32.66% from 496); Max value from RGB is 225 - color contains mainly: red. Hex color #E16DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16DA2 is #1E925D. Grayscale: #959595. Windows color (decimal): -2003550 or 10644961. OLE color: 10644961.

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

Color convert

RGB 225 109 162 -
CMYK 0 0.52 0.28 0.12
HSL 332.59º 0.66% 0.65% -
HSV(B) 332.59º 0.52% 0.88% -
XYZ 43.04 29.55 37.62 -
YUV 149.73 134.93 181.69 -
System Red Green Blue C M Y K H S L
Decimal 225 109 162 0 0.52 0.28 0.12 332.59 0.66 0.65
Hex E1 6D A2 0 34 1C C 14D 42 41
Octal 341 155 242 0 64 34 14 515 102 101
Binary 11100001 1101101 10100010 0 110100 11100 1100 101001101 1000010 1000001

Color Harmonies of #E16DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16DA2

Black with #E16DA2

Text Example


Text Example

White with #E16DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16DA2; }

 p { color: rgb(225,109,162); }

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

background-color css

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

 a { background-color: rgb(225,109,162); }

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

border-color css

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

 span { border-color: rgb(225,109,162); }

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