Html Css Color HEX #E17194 Pale Violet Red

📋 copy color: '#E17194'

red 225 ◦ green 113 ◦ blue 148

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

Shades of Pale Violet Red #E17194

Tints of Pale Violet Red #E17194

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.25%

 BLUE value IS 148 (58.2% from 255) = 30.45%

R = 46.3%
G = 23.25%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E17194 (or 0xE17194) is known color: Pale Violet Red. HEX triplet: E1, 71 and 94. RGB value is (225,113,148). Sum of RGB (Red+Green+Blue) = 225+113+148=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E17194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17194 is #1E8E6B. Grayscale: #969696. Windows color (decimal): -2002540 or 9728481. OLE color: 9728481.

HSL color Cylindrical-coordinate representation of color #E17194: hue angle of 341.25º 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 #E17194 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 113 148 -
CMYK 0 0.50 0.34 0.12
HSL 341.25º 0.65% 0.66% -
HSV(B) 341.25º 0.5% 0.88% -
XYZ 42.3 29.96 31.57 -
YUV 150.48 126.61 181.15 -
System Red Green Blue C M Y K H S L
Decimal 225 113 148 0 0.50 0.34 0.12 341.25 0.65 0.66
Hex E1 71 94 0 32 22 C 155 41 42
Octal 341 161 224 0 62 42 14 525 101 102
Binary 11100001 1110001 10010100 0 110010 100010 1100 101010101 1000001 1000010

Color Harmonies of #E17194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17194

Black with #E17194

Text Example


Text Example

White with #E17194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17194; }

 p { color: rgb(225,113,148); }

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

background-color css

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

 a { background-color: rgb(225,113,148); }

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

border-color css

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

 span { border-color: rgb(225,113,148); }

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