Html Css Color HEX #E1709C Pale Violet Red

📋 copy color: '#E1709C'

red 225 ◦ green 112 ◦ blue 156

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

Shades of Pale Violet Red #E1709C

Tints of Pale Violet Red #E1709C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.72%

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

R = 45.64%
G = 22.72%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E1709C (or 0xE1709C) is known color: Pale Violet Red. HEX triplet: E1, 70 and 9C. RGB value is (225,112,156). Sum of RGB (Red+Green+Blue) = 225+112+156=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 112 (44.14% from 255 or 22.72% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 225 - color contains mainly: red. Hex color #E1709C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1709C is #1E8F63. Grayscale: #969696. Windows color (decimal): -2002788 or 10252513. OLE color: 10252513.

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

Color convert

RGB 225 112 156 -
CMYK 0 0.50 0.31 0.12
HSL 336.64º 0.65% 0.66% -
HSV(B) 336.64º 0.5% 0.88% -
XYZ 42.85 30 34.98 -
YUV 150.8 130.94 180.92 -
System Red Green Blue C M Y K H S L
Decimal 225 112 156 0 0.50 0.31 0.12 336.64 0.65 0.66
Hex E1 70 9C 0 32 1F C 151 41 42
Octal 341 160 234 0 62 37 14 521 101 102
Binary 11100001 1110000 10011100 0 110010 11111 1100 101010001 1000001 1000010

Color Harmonies of #E1709C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1709C

Black with #E1709C

Text Example


Text Example

White with #E1709C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1709C; }

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

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

background-color css

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

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

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

border-color css

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

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

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