Html Css Color HEX #E16790 Pale Violet Red

📋 copy color: '#E16790'

red 225 ◦ green 103 ◦ blue 144

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

Shades of Pale Violet Red #E16790

Tints of Pale Violet Red #E16790

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.82%

 BLUE value IS 144 (56.64% from 255) = 30.51%

R = 47.67%
G = 21.82%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E16790 (or 0xE16790) is known color: Pale Violet Red. HEX triplet: E1, 67 and 90. RGB value is (225,103,144). Sum of RGB (Red+Green+Blue) = 225+103+144=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 103 (40.62% from 255 or 21.82% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E16790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16790 is #1E986F. Grayscale: #909090. Windows color (decimal): -2005104 or 9463777. OLE color: 9463777.

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

Color convert

RGB 225 103 144 -
CMYK 0 0.54 0.36 0.12
HSL 339.84º 0.67% 0.64% -
HSV(B) 339.84º 0.54% 0.88% -
XYZ 40.94 27.72 29.58 -
YUV 144.15 127.92 185.67 -
System Red Green Blue C M Y K H S L
Decimal 225 103 144 0 0.54 0.36 0.12 339.84 0.67 0.64
Hex E1 67 90 0 36 24 C 154 43 40
Octal 341 147 220 0 66 44 14 524 103 100
Binary 11100001 1100111 10010000 0 110110 100100 1100 101010100 1000011 1000000

Color Harmonies of #E16790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16790

Black with #E16790

Text Example


Text Example

White with #E16790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16790; }

 p { color: rgb(225,103,144); }

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

background-color css

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

 a { background-color: rgb(225,103,144); }

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

border-color css

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

 span { border-color: rgb(225,103,144); }

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