Html Css Color HEX #E1689D Pale Violet Red

📋 copy color: '#E1689D'

red 225 ◦ green 104 ◦ blue 157

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

Shades of Pale Violet Red #E1689D

Tints of Pale Violet Red #E1689D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.4%

 BLUE value IS 157 (61.72% from 255) = 32.3%

R = 46.3%
G = 21.4%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E1689D (or 0xE1689D) is known color: Pale Violet Red. HEX triplet: E1, 68 and 9D. RGB value is (225,104,157). Sum of RGB (Red+Green+Blue) = 225+104+157=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 104 (41.02% from 255 or 21.40% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E1689D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1689D is #1E9762. Grayscale: #929292. Windows color (decimal): -2004835 or 10316001. OLE color: 10316001.

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

Color convert

RGB 225 104 157 -
CMYK 0 0.54 0.30 0.12
HSL 333.72º 0.67% 0.65% -
HSV(B) 333.72º 0.54% 0.88% -
XYZ 42.09 28.34 35.15 -
YUV 146.22 134.09 184.19 -
System Red Green Blue C M Y K H S L
Decimal 225 104 157 0 0.54 0.30 0.12 333.72 0.67 0.65
Hex E1 68 9D 0 36 1E C 14E 43 41
Octal 341 150 235 0 66 36 14 516 103 101
Binary 11100001 1101000 10011101 0 110110 11110 1100 101001110 1000011 1000001

Color Harmonies of #E1689D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1689D

Black with #E1689D

Text Example


Text Example

White with #E1689D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1689D; }

 p { color: rgb(225,104,157); }

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

background-color css

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

 a { background-color: rgb(225,104,157); }

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

border-color css

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

 span { border-color: rgb(225,104,157); }

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