Html Css Color HEX #E16994 Pale Violet Red

📋 copy color: '#E16994'

red 225 ◦ green 105 ◦ blue 148

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

Shades of Pale Violet Red #E16994

Tints of Pale Violet Red #E16994

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.97%

 BLUE value IS 148 (58.2% from 255) = 30.96%

R = 47.07%
G = 21.97%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E16994 (or 0xE16994) is known color: Pale Violet Red. HEX triplet: E1, 69 and 94. RGB value is (225,105,148). Sum of RGB (Red+Green+Blue) = 225+105+148=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 148 (58.20% from 255 or 30.96% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E16994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16994 is #1E966B. Grayscale: #919191. Windows color (decimal): -2004588 or 9726433. OLE color: 9726433.

HSL color Cylindrical-coordinate representation of color #E16994: hue angle of 338.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E16994 is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 105 148 -
CMYK 0 0.53 0.34 0.12
HSL 338.5º 0.67% 0.65% -
HSV(B) 338.5º 0.53% 0.88% -
XYZ 41.45 28.25 31.28 -
YUV 145.78 129.26 184.5 -
System Red Green Blue C M Y K H S L
Decimal 225 105 148 0 0.53 0.34 0.12 338.5 0.67 0.65
Hex E1 69 94 0 35 22 C 152 43 41
Octal 341 151 224 0 65 42 14 522 103 101
Binary 11100001 1101001 10010100 0 110101 100010 1100 101010010 1000011 1000001

Color Harmonies of #E16994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16994

Black with #E16994

Text Example


Text Example

White with #E16994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16994; }

 p { color: rgb(225,105,148); }

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

background-color css

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

 a { background-color: rgb(225,105,148); }

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

border-color css

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

 span { border-color: rgb(225,105,148); }

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