Html Css Color HEX #E16395 Pale Violet Red

📋 copy color: '#E16395'

red 225 ◦ green 99 ◦ blue 149

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

Shades of Pale Violet Red #E16395

Tints of Pale Violet Red #E16395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.5%

R = 47.57%
G = 20.93%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E16395 (or 0xE16395) is known color: Pale Violet Red. HEX triplet: E1, 63 and 95. RGB value is (225,99,149). Sum of RGB (Red+Green+Blue) = 225+99+149=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 99 (39.06% from 255 or 20.93% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E16395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16395 is #1E9C6A. Grayscale: #8E8E8E. Windows color (decimal): -2006123 or 9790433. OLE color: 9790433.

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

Color convert

RGB 225 99 149 -
CMYK 0 0.56 0.34 0.12
HSL 336.19º 0.68% 0.64% -
HSV(B) 336.19º 0.56% 0.88% -
XYZ 40.94 27.1 31.51 -
YUV 142.37 131.74 186.93 -
System Red Green Blue C M Y K H S L
Decimal 225 99 149 0 0.56 0.34 0.12 336.19 0.68 0.64
Hex E1 63 95 0 38 22 C 150 44 40
Octal 341 143 225 0 70 42 14 520 104 100
Binary 11100001 1100011 10010101 0 111000 100010 1100 101010000 1000100 1000000

Color Harmonies of #E16395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16395

Black with #E16395

Text Example


Text Example

White with #E16395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16395; }

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

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

background-color css

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

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

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

border-color css

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

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

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