Html Css Color HEX #E17294 Pale Violet Red

📋 copy color: '#E17294'

red 225 ◦ green 114 ◦ blue 148

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

Shades of Pale Violet Red #E17294

Tints of Pale Violet Red #E17294

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.41%

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

R = 46.2%
G = 23.41%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E17294 (or 0xE17294) is known color: Pale Violet Red. HEX triplet: E1, 72 and 94. RGB value is (225,114,148). Sum of RGB (Red+Green+Blue) = 225+114+148=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 114 (44.92% from 255 or 23.41% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 225 - color contains mainly: red. Hex color #E17294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17294 is #1E8D6B. Grayscale: #979797. Windows color (decimal): -2002284 or 9728737. OLE color: 9728737.

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

Color convert

RGB 225 114 148 -
CMYK 0 0.49 0.34 0.12
HSL 341.62º 0.65% 0.66% -
HSV(B) 341.62º 0.49% 0.88% -
XYZ 42.41 30.18 31.61 -
YUV 151.07 126.27 180.74 -
System Red Green Blue C M Y K H S L
Decimal 225 114 148 0 0.49 0.34 0.12 341.62 0.65 0.66
Hex E1 72 94 0 31 22 C 156 41 42
Octal 341 162 224 0 61 42 14 526 101 102
Binary 11100001 1110010 10010100 0 110001 100010 1100 101010110 1000001 1000010

Color Harmonies of #E17294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17294

Black with #E17294

Text Example


Text Example

White with #E17294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17294; }

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

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

background-color css

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

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

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

border-color css

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

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

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