Html Css Color HEX #E16C9D Pale Violet Red

📋 copy color: '#E16C9D'

red 225 ◦ green 108 ◦ blue 157

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

Shades of Pale Violet Red #E16C9D

Tints of Pale Violet Red #E16C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.04%

R = 45.92%
G = 22.04%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E16C9D (or 0xE16C9D) is known color: Pale Violet Red. HEX triplet: E1, 6C and 9D. RGB value is (225,108,157). Sum of RGB (Red+Green+Blue) = 225+108+157=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 108 (42.58% from 255 or 22.04% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16C9D is #1E9362. Grayscale: #949494. Windows color (decimal): -2003811 or 10317025. OLE color: 10317025.

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

Color convert

RGB 225 108 157 -
CMYK 0 0.52 0.30 0.12
HSL 334.87º 0.66% 0.65% -
HSV(B) 334.87º 0.52% 0.88% -
XYZ 42.5 29.17 35.29 -
YUV 148.57 132.76 182.52 -
System Red Green Blue C M Y K H S L
Decimal 225 108 157 0 0.52 0.30 0.12 334.87 0.66 0.65
Hex E1 6C 9D 0 34 1E C 14F 42 41
Octal 341 154 235 0 64 36 14 517 102 101
Binary 11100001 1101100 10011101 0 110100 11110 1100 101001111 1000010 1000001

Color Harmonies of #E16C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16C9D

Black with #E16C9D

Text Example


Text Example

White with #E16C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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