Html Css Color HEX #E16C9A Pale Violet Red

📋 copy color: '#E16C9A'

red 225 ◦ green 108 ◦ blue 154

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

Shades of Pale Violet Red #E16C9A

Tints of Pale Violet Red #E16C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.62%

R = 46.2%
G = 22.18%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E16C9A (or 0xE16C9A) is known color: Pale Violet Red. HEX triplet: E1, 6C and 9A. RGB value is (225,108,154). Sum of RGB (Red+Green+Blue) = 225+108+154=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16C9A is #1E9365. Grayscale: #949494. Windows color (decimal): -2003814 or 10120417. OLE color: 10120417.

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

Color convert

RGB 225 108 154 -
CMYK 0 0.52 0.32 0.12
HSL 336.41º 0.66% 0.65% -
HSV(B) 336.41º 0.52% 0.88% -
XYZ 42.25 29.07 33.96 -
YUV 148.23 131.26 182.76 -
System Red Green Blue C M Y K H S L
Decimal 225 108 154 0 0.52 0.32 0.12 336.41 0.66 0.65
Hex E1 6C 9A 0 34 20 C 150 42 41
Octal 341 154 232 0 64 40 14 520 102 101
Binary 11100001 1101100 10011010 0 110100 100000 1100 101010000 1000010 1000001

Color Harmonies of #E16C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16C9A

Black with #E16C9A

Text Example


Text Example

White with #E16C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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