Html Css Color HEX #E16590 Pale Violet Red

📋 copy color: '#E16590'

red 225 ◦ green 101 ◦ blue 144

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

Shades of Pale Violet Red #E16590

Tints of Pale Violet Red #E16590

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.49%

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

R = 47.87%
G = 21.49%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E16590 (or 0xE16590) is known color: Pale Violet Red. HEX triplet: E1, 65 and 90. RGB value is (225,101,144). Sum of RGB (Red+Green+Blue) = 225+101+144=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E16590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16590 is #1E9A6F. Grayscale: #8E8E8E. Windows color (decimal): -2005616 or 9463265. OLE color: 9463265.

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

Color convert

RGB 225 101 144 -
CMYK 0 0.55 0.36 0.12
HSL 339.19º 0.67% 0.64% -
HSV(B) 339.19º 0.55% 0.88% -
XYZ 40.74 27.33 29.51 -
YUV 142.98 128.58 186.5 -
System Red Green Blue C M Y K H S L
Decimal 225 101 144 0 0.55 0.36 0.12 339.19 0.67 0.64
Hex E1 65 90 0 37 24 C 153 43 40
Octal 341 145 220 0 67 44 14 523 103 100
Binary 11100001 1100101 10010000 0 110111 100100 1100 101010011 1000011 1000000

Color Harmonies of #E16590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16590

Black with #E16590

Text Example


Text Example

White with #E16590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16590; }

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

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

background-color css

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

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

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

border-color css

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

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

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