Html Css Color HEX #E16396 Pale Violet Red

📋 copy color: '#E16396'

red 225 ◦ green 99 ◦ blue 150

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

Shades of Pale Violet Red #E16396

Tints of Pale Violet Red #E16396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.65%

R = 47.47%
G = 20.89%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E16396 (or 0xE16396) is known color: Pale Violet Red. HEX triplet: E1, 63 and 96. RGB value is (225,99,150). Sum of RGB (Red+Green+Blue) = 225+99+150=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 99 (39.06% from 255 or 20.89% from 474); Blue value is 150 (58.98% from 255 or 31.65% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E16396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16396 is #1E9C69. Grayscale: #8E8E8E. Windows color (decimal): -2006122 or 9855969. OLE color: 9855969.

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

Color convert

RGB 225 99 150 -
CMYK 0 0.56 0.33 0.12
HSL 335.71º 0.68% 0.64% -
HSV(B) 335.71º 0.56% 0.88% -
XYZ 41.02 27.13 31.93 -
YUV 142.49 132.24 186.85 -
System Red Green Blue C M Y K H S L
Decimal 225 99 150 0 0.56 0.33 0.12 335.71 0.68 0.64
Hex E1 63 96 0 38 21 C 150 44 40
Octal 341 143 226 0 70 41 14 520 104 100
Binary 11100001 1100011 10010110 0 111000 100001 1100 101010000 1000100 1000000

Color Harmonies of #E16396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16396

Black with #E16396

Text Example


Text Example

White with #E16396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16396; }

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

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

background-color css

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

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

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

border-color css

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

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

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