Html Css Color HEX #E16294 Pale Violet Red

📋 copy color: '#E16294'

red 225 ◦ green 98 ◦ blue 148

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

Shades of Pale Violet Red #E16294

Tints of Pale Violet Red #E16294

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.81%

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

R = 47.77%
G = 20.81%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E16294 (or 0xE16294) is known color: Pale Violet Red. HEX triplet: E1, 62 and 94. RGB value is (225,98,148). Sum of RGB (Red+Green+Blue) = 225+98+148=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 98 (38.67% from 255 or 20.81% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E16294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16294 is #1E9D6B. Grayscale: #8D8D8D. Windows color (decimal): -2006380 or 9724641. OLE color: 9724641.

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

Color convert

RGB 225 98 148 -
CMYK 0 0.56 0.34 0.12
HSL 336.38º 0.68% 0.63% -
HSV(B) 336.38º 0.56% 0.88% -
XYZ 40.76 26.88 31.06 -
YUV 141.67 131.58 187.43 -
System Red Green Blue C M Y K H S L
Decimal 225 98 148 0 0.56 0.34 0.12 336.38 0.68 0.63
Hex E1 62 94 0 38 22 C 150 44 3F
Octal 341 142 224 0 70 42 14 520 104 77
Binary 11100001 1100010 10010100 0 111000 100010 1100 101010000 1000100 111111

Color Harmonies of #E16294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16294

Black with #E16294

Text Example


Text Example

White with #E16294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16294; }

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

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

background-color css

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

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

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

border-color css

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

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

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