Html Css Color HEX #E16290 Pale Violet Red

📋 copy color: '#E16290'

red 225 ◦ green 98 ◦ blue 144

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

Shades of Pale Violet Red #E16290

Tints of Pale Violet Red #E16290

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.99%

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

R = 48.18%
G = 20.99%
B = 30.84%

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

#E16290 (or 0xE16290) is known color: Pale Violet Red. HEX triplet: E1, 62 and 90. RGB value is (225,98,144). Sum of RGB (Red+Green+Blue) = 225+98+144=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 98 (38.67% from 255 or 20.99% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E16290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16290 is #1E9D6F. Grayscale: #8D8D8D. Windows color (decimal): -2006384 or 9462497. OLE color: 9462497.

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

Color convert

RGB 225 98 144 -
CMYK 0 0.56 0.36 0.12
HSL 338.27º 0.68% 0.63% -
HSV(B) 338.27º 0.56% 0.88% -
XYZ 40.45 26.76 29.42 -
YUV 141.22 129.58 187.76 -
System Red Green Blue C M Y K H S L
Decimal 225 98 144 0 0.56 0.36 0.12 338.27 0.68 0.63
Hex E1 62 90 0 38 24 C 152 44 3F
Octal 341 142 220 0 70 44 14 522 104 77
Binary 11100001 1100010 10010000 0 111000 100100 1100 101010010 1000100 111111

Color Harmonies of #E16290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16290

Black with #E16290

Text Example


Text Example

White with #E16290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16290; }

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

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

background-color css

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

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

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

border-color css

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

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

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