Html Css Color HEX #E16291 Pale Violet Red

📋 copy color: '#E16291'

red 225 ◦ green 98 ◦ blue 145

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

Shades of Pale Violet Red #E16291

Tints of Pale Violet Red #E16291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.98%

R = 48.08%
G = 20.94%
B = 30.98%

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

#E16291 (or 0xE16291) is known color: Pale Violet Red. HEX triplet: E1, 62 and 91. RGB value is (225,98,145). Sum of RGB (Red+Green+Blue) = 225+98+145=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 98 (38.67% from 255 or 20.94% from 468); Blue value is 145 (57.03% from 255 or 30.98% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E16291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16291 is #1E9D6E. Grayscale: #8D8D8D. Windows color (decimal): -2006383 or 9528033. OLE color: 9528033.

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

Color convert

RGB 225 98 145 -
CMYK 0 0.56 0.36 0.12
HSL 337.8º 0.68% 0.63% -
HSV(B) 337.8º 0.56% 0.88% -
XYZ 40.53 26.79 29.82 -
YUV 141.33 130.08 187.68 -
System Red Green Blue C M Y K H S L
Decimal 225 98 145 0 0.56 0.36 0.12 337.8 0.68 0.63
Hex E1 62 91 0 38 24 C 152 44 3F
Octal 341 142 221 0 70 44 14 522 104 77
Binary 11100001 1100010 10010001 0 111000 100100 1100 101010010 1000100 111111

Color Harmonies of #E16291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16291

Black with #E16291

Text Example


Text Example

White with #E16291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16291; }

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

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

background-color css

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

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

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

border-color css

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

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

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