Html Css Color HEX #E16695 Pale Violet Red

📋 copy color: '#E16695'

red 225 ◦ green 102 ◦ blue 149

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

Shades of Pale Violet Red #E16695

Tints of Pale Violet Red #E16695

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.43%

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

R = 47.27%
G = 21.43%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E16695 (or 0xE16695) is known color: Pale Violet Red. HEX triplet: E1, 66 and 95. RGB value is (225,102,149). Sum of RGB (Red+Green+Blue) = 225+102+149=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 102 (40.23% from 255 or 21.43% from 476); Blue value is 149 (58.59% from 255 or 31.30% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E16695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16695 is #1E996A. Grayscale: #909090. Windows color (decimal): -2005355 or 9791201. OLE color: 9791201.

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

Color convert

RGB 225 102 149 -
CMYK 0 0.55 0.34 0.12
HSL 337.07º 0.67% 0.64% -
HSV(B) 337.07º 0.55% 0.88% -
XYZ 41.23 27.68 31.6 -
YUV 144.14 130.75 185.68 -
System Red Green Blue C M Y K H S L
Decimal 225 102 149 0 0.55 0.34 0.12 337.07 0.67 0.64
Hex E1 66 95 0 37 22 C 151 43 40
Octal 341 146 225 0 67 42 14 521 103 100
Binary 11100001 1100110 10010101 0 110111 100010 1100 101010001 1000011 1000000

Color Harmonies of #E16695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16695

Black with #E16695

Text Example


Text Example

White with #E16695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16695; }

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

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

background-color css

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

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

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

border-color css

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

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

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