Html Css Color HEX #E16C9C Pale Violet Red

📋 copy color: '#E16C9C'

red 225 ◦ green 108 ◦ blue 156

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

Shades of Pale Violet Red #E16C9C

Tints of Pale Violet Red #E16C9C

RGB

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

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

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

R = 46.01%
G = 22.09%
B = 31.9%

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

#E16C9C (or 0xE16C9C) is known color: Pale Violet Red. HEX triplet: E1, 6C and 9C. RGB value is (225,108,156). Sum of RGB (Red+Green+Blue) = 225+108+156=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 108 (42.58% from 255 or 22.09% from 489); Blue value is 156 (61.33% from 255 or 31.90% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16C9C is #1E9363. Grayscale: #949494. Windows color (decimal): -2003812 or 10251489. OLE color: 10251489.

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

Color convert

RGB 225 108 156 -
CMYK 0 0.52 0.31 0.12
HSL 335.38º 0.66% 0.65% -
HSV(B) 335.38º 0.52% 0.88% -
XYZ 42.41 29.13 34.84 -
YUV 148.46 132.26 182.6 -
System Red Green Blue C M Y K H S L
Decimal 225 108 156 0 0.52 0.31 0.12 335.38 0.66 0.65
Hex E1 6C 9C 0 34 1F C 14F 42 41
Octal 341 154 234 0 64 37 14 517 102 101
Binary 11100001 1101100 10011100 0 110100 11111 1100 101001111 1000010 1000001

Color Harmonies of #E16C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16C9C

Black with #E16C9C

Text Example


Text Example

White with #E16C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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