Html Css Color HEX #E16D9C Pale Violet Red

📋 copy color: '#E16D9C'

red 225 ◦ green 109 ◦ blue 156

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

Shades of Pale Violet Red #E16D9C

Tints of Pale Violet Red #E16D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.84%

R = 45.92%
G = 22.24%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E16D9C (or 0xE16D9C) is known color: Pale Violet Red. HEX triplet: E1, 6D and 9C. RGB value is (225,109,156). Sum of RGB (Red+Green+Blue) = 225+109+156=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 109 (42.97% from 255 or 22.24% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 225 - color contains mainly: red. Hex color #E16D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16D9C is #1E9263. Grayscale: #949494. Windows color (decimal): -2003556 or 10251745. OLE color: 10251745.

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

Color convert

RGB 225 109 156 -
CMYK 0 0.52 0.31 0.12
HSL 335.69º 0.66% 0.65% -
HSV(B) 335.69º 0.52% 0.88% -
XYZ 42.52 29.35 34.88 -
YUV 149.04 131.93 182.18 -
System Red Green Blue C M Y K H S L
Decimal 225 109 156 0 0.52 0.31 0.12 335.69 0.66 0.65
Hex E1 6D 9C 0 34 1F C 150 42 41
Octal 341 155 234 0 64 37 14 520 102 101
Binary 11100001 1101101 10011100 0 110100 11111 1100 101010000 1000010 1000001

Color Harmonies of #E16D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16D9C

Black with #E16D9C

Text Example


Text Example

White with #E16D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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