Html Css Color HEX #E1749D Pale Violet Red

📋 copy color: '#E1749D'

red 225 ◦ green 116 ◦ blue 157

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

Shades of Pale Violet Red #E1749D

Tints of Pale Violet Red #E1749D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.29%

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

R = 45.18%
G = 23.29%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E1749D (or 0xE1749D) is known color: Pale Violet Red. HEX triplet: E1, 74 and 9D. RGB value is (225,116,157). Sum of RGB (Red+Green+Blue) = 225+116+157=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 116 (45.70% from 255 or 23.29% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E1749D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1749D is #1E8B62. Grayscale: #999999. Windows color (decimal): -2001763 or 10319073. OLE color: 10319073.

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

Color convert

RGB 225 116 157 -
CMYK 0 0.48 0.30 0.12
HSL 337.43º 0.64% 0.67% -
HSV(B) 337.43º 0.48% 0.88% -
XYZ 43.38 30.93 35.58 -
YUV 153.27 130.11 179.17 -
System Red Green Blue C M Y K H S L
Decimal 225 116 157 0 0.48 0.30 0.12 337.43 0.64 0.67
Hex E1 74 9D 0 30 1E C 151 40 43
Octal 341 164 235 0 60 36 14 521 100 103
Binary 11100001 1110100 10011101 0 110000 11110 1100 101010001 1000000 1000011

Color Harmonies of #E1749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1749D

Black with #E1749D

Text Example


Text Example

White with #E1749D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1749D; }

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

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

background-color css

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

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

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

border-color css

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

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

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