Html Css Color HEX #E16C9E Pale Violet Red

📋 copy color: '#E16C9E'

red 225 ◦ green 108 ◦ blue 158

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

Shades of Pale Violet Red #E16C9E

Tints of Pale Violet Red #E16C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 32.18%

R = 45.82%
G = 22%
B = 32.18%

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

#E16C9E (or 0xE16C9E) is known color: Pale Violet Red. HEX triplet: E1, 6C and 9E. RGB value is (225,108,158). Sum of RGB (Red+Green+Blue) = 225+108+158=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 108 (42.58% from 255 or 22.00% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16C9E is #1E9361. Grayscale: #949494. Windows color (decimal): -2003810 or 10382561. OLE color: 10382561.

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

Color convert

RGB 225 108 158 -
CMYK 0 0.52 0.30 0.12
HSL 334.36º 0.66% 0.65% -
HSV(B) 334.36º 0.52% 0.88% -
XYZ 42.59 29.2 35.74 -
YUV 148.68 133.26 182.43 -
System Red Green Blue C M Y K H S L
Decimal 225 108 158 0 0.52 0.30 0.12 334.36 0.66 0.65
Hex E1 6C 9E 0 34 1E C 14E 42 41
Octal 341 154 236 0 64 36 14 516 102 101
Binary 11100001 1101100 10011110 0 110100 11110 1100 101001110 1000010 1000001

Color Harmonies of #E16C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16C9E

Black with #E16C9E

Text Example


Text Example

White with #E16C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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