Html Css Color HEX #E16390 Pale Violet Red

📋 copy color: '#E16390'

red 225 ◦ green 99 ◦ blue 144

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

Shades of Pale Violet Red #E16390

Tints of Pale Violet Red #E16390

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.15%

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

R = 48.08%
G = 21.15%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E16390 (or 0xE16390) is known color: Pale Violet Red. HEX triplet: E1, 63 and 90. RGB value is (225,99,144). Sum of RGB (Red+Green+Blue) = 225+99+144=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 99 (39.06% from 255 or 21.15% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E16390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16390 is #1E9C6F. Grayscale: #8D8D8D. Windows color (decimal): -2006128 or 9462753. OLE color: 9462753.

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

Color convert

RGB 225 99 144 -
CMYK 0 0.56 0.36 0.12
HSL 338.57º 0.68% 0.64% -
HSV(B) 338.57º 0.56% 0.88% -
XYZ 40.55 26.94 29.45 -
YUV 141.8 129.24 187.34 -
System Red Green Blue C M Y K H S L
Decimal 225 99 144 0 0.56 0.36 0.12 338.57 0.68 0.64
Hex E1 63 90 0 38 24 C 153 44 40
Octal 341 143 220 0 70 44 14 523 104 100
Binary 11100001 1100011 10010000 0 111000 100100 1100 101010011 1000100 1000000

Color Harmonies of #E16390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16390

Black with #E16390

Text Example


Text Example

White with #E16390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16390; }

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

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

background-color css

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

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

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

border-color css

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

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

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