Html Css Color HEX #E16894 Pale Violet Red

📋 copy color: '#E16894'

red 225 ◦ green 104 ◦ blue 148

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

Shades of Pale Violet Red #E16894

Tints of Pale Violet Red #E16894

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.8%

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

R = 47.17%
G = 21.8%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E16894 (or 0xE16894) is known color: Pale Violet Red. HEX triplet: E1, 68 and 94. RGB value is (225,104,148). Sum of RGB (Red+Green+Blue) = 225+104+148=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E16894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16894 is #1E976B. Grayscale: #919191. Windows color (decimal): -2004844 or 9726177. OLE color: 9726177.

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

Color convert

RGB 225 104 148 -
CMYK 0 0.54 0.34 0.12
HSL 338.18º 0.67% 0.65% -
HSV(B) 338.18º 0.54% 0.88% -
XYZ 41.35 28.05 31.25 -
YUV 145.2 129.59 184.92 -
System Red Green Blue C M Y K H S L
Decimal 225 104 148 0 0.54 0.34 0.12 338.18 0.67 0.65
Hex E1 68 94 0 36 22 C 152 43 41
Octal 341 150 224 0 66 42 14 522 103 101
Binary 11100001 1101000 10010100 0 110110 100010 1100 101010010 1000011 1000001

Color Harmonies of #E16894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16894

Black with #E16894

Text Example


Text Example

White with #E16894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16894; }

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

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

background-color css

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

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

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

border-color css

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

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

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