Html Css Color HEX #E16C9F Pale Violet Red

📋 copy color: '#E16C9F'

red 225 ◦ green 108 ◦ blue 159

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

Shades of Pale Violet Red #E16C9F

Tints of Pale Violet Red #E16C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.32%

R = 45.73%
G = 21.95%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E16C9F (or 0xE16C9F) is known color: Pale Violet Red. HEX triplet: E1, 6C and 9F. RGB value is (225,108,159). Sum of RGB (Red+Green+Blue) = 225+108+159=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 108 (42.58% from 255 or 21.95% from 492); Blue value is 159 (62.5% from 255 or 32.32% from 492); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16C9F is #1E9360. Grayscale: #949494. Windows color (decimal): -2003809 or 10448097. OLE color: 10448097.

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

Color convert

RGB 225 108 159 -
CMYK 0 0.52 0.29 0.12
HSL 333.85º 0.66% 0.65% -
HSV(B) 333.85º 0.52% 0.88% -
XYZ 42.67 29.24 36.19 -
YUV 148.8 133.76 182.35 -
System Red Green Blue C M Y K H S L
Decimal 225 108 159 0 0.52 0.29 0.12 333.85 0.66 0.65
Hex E1 6C 9F 0 34 1D C 14E 42 41
Octal 341 154 237 0 64 35 14 516 102 101
Binary 11100001 1101100 10011111 0 110100 11101 1100 101001110 1000010 1000001

Color Harmonies of #E16C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16C9F

Black with #E16C9F

Text Example


Text Example

White with #E16C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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