Html Css Color HEX #E16DA5 Pale Violet Red

📋 copy color: '#E16DA5'

red 225 ◦ green 109 ◦ blue 165

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

Shades of Pale Violet Red #E16DA5

Tints of Pale Violet Red #E16DA5

RGB

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

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

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

R = 45.09%
G = 21.84%
B = 33.07%

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

#E16DA5 (or 0xE16DA5) is known color: Pale Violet Red. HEX triplet: E1, 6D and A5. RGB value is (225,109,165). Sum of RGB (Red+Green+Blue) = 225+109+165=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 109 (42.97% from 255 or 21.84% from 499); Blue value is 165 (64.84% from 255 or 33.07% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E16DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16DA5 is #1E925A. Grayscale: #959595. Windows color (decimal): -2003547 or 10841569. OLE color: 10841569.

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

Color convert

RGB 225 109 165 -
CMYK 0 0.52 0.27 0.12
HSL 331.03º 0.66% 0.65% -
HSV(B) 331.03º 0.52% 0.88% -
XYZ 43.31 29.66 39.04 -
YUV 150.07 136.43 181.45 -
System Red Green Blue C M Y K H S L
Decimal 225 109 165 0 0.52 0.27 0.12 331.03 0.66 0.65
Hex E1 6D A5 0 34 1B C 14B 42 41
Octal 341 155 245 0 64 33 14 513 102 101
Binary 11100001 1101101 10100101 0 110100 11011 1100 101001011 1000010 1000001

Color Harmonies of #E16DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16DA5

Black with #E16DA5

Text Example


Text Example

White with #E16DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16DA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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