Html Css Color HEX #E16A90 Pale Violet Red

📋 copy color: '#E16A90'

red 225 ◦ green 106 ◦ blue 144

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

Shades of Pale Violet Red #E16A90

Tints of Pale Violet Red #E16A90

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.32%

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

R = 47.37%
G = 22.32%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E16A90 (or 0xE16A90) is known color: Pale Violet Red. HEX triplet: E1, 6A and 90. RGB value is (225,106,144). Sum of RGB (Red+Green+Blue) = 225+106+144=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 106 (41.80% from 255 or 22.32% from 475); Blue value is 144 (56.64% from 255 or 30.32% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E16A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16A90 is #1E956F. Grayscale: #919191. Windows color (decimal): -2004336 or 9464545. OLE color: 9464545.

HSL color Cylindrical-coordinate representation of color #E16A90: hue angle of 340.84º degrees, saturation: 0.66, 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 #E16A90 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 106 144 -
CMYK 0 0.53 0.36 0.12
HSL 340.84º 0.66% 0.65% -
HSV(B) 340.84º 0.53% 0.88% -
XYZ 41.24 28.33 29.68 -
YUV 145.91 126.92 184.41 -
System Red Green Blue C M Y K H S L
Decimal 225 106 144 0 0.53 0.36 0.12 340.84 0.66 0.65
Hex E1 6A 90 0 35 24 C 155 42 41
Octal 341 152 220 0 65 44 14 525 102 101
Binary 11100001 1101010 10010000 0 110101 100100 1100 101010101 1000010 1000001

Color Harmonies of #E16A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16A90

Black with #E16A90

Text Example


Text Example

White with #E16A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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