Html Css Color HEX #E1699C Pale Violet Red

📋 copy color: '#E1699C'

red 225 ◦ green 105 ◦ blue 156

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

Shades of Pale Violet Red #E1699C

Tints of Pale Violet Red #E1699C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.6%

 BLUE value IS 156 (61.33% from 255) = 32.1%

R = 46.3%
G = 21.6%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E1699C (or 0xE1699C) is known color: Pale Violet Red. HEX triplet: E1, 69 and 9C. RGB value is (225,105,156). Sum of RGB (Red+Green+Blue) = 225+105+156=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E1699C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1699C is #1E9663. Grayscale: #929292. Windows color (decimal): -2004580 or 10250721. OLE color: 10250721.

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

Color convert

RGB 225 105 156 -
CMYK 0 0.53 0.31 0.12
HSL 334.5º 0.67% 0.65% -
HSV(B) 334.5º 0.53% 0.88% -
XYZ 42.1 28.51 34.74 -
YUV 146.69 133.26 183.85 -
System Red Green Blue C M Y K H S L
Decimal 225 105 156 0 0.53 0.31 0.12 334.5 0.67 0.65
Hex E1 69 9C 0 35 1F C 14E 43 41
Octal 341 151 234 0 65 37 14 516 103 101
Binary 11100001 1101001 10011100 0 110101 11111 1100 101001110 1000011 1000001

Color Harmonies of #E1699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1699C

Black with #E1699C

Text Example


Text Example

White with #E1699C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1699C; }

 p { color: rgb(225,105,156); }

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

background-color css

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

 a { background-color: rgb(225,105,156); }

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

border-color css

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

 span { border-color: rgb(225,105,156); }

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