Html Css Color HEX #E16594 Pale Violet Red

📋 copy color: '#E16594'

red 225 ◦ green 101 ◦ blue 148

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

Shades of Pale Violet Red #E16594

Tints of Pale Violet Red #E16594

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.31%

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

R = 47.47%
G = 21.31%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E16594 (or 0xE16594) is known color: Pale Violet Red. HEX triplet: E1, 65 and 94. RGB value is (225,101,148). Sum of RGB (Red+Green+Blue) = 225+101+148=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 101 (39.84% from 255 or 21.31% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E16594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16594 is #1E9A6B. Grayscale: #8F8F8F. Windows color (decimal): -2005612 or 9725409. OLE color: 9725409.

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

Color convert

RGB 225 101 148 -
CMYK 0 0.55 0.34 0.12
HSL 337.26º 0.67% 0.64% -
HSV(B) 337.26º 0.55% 0.88% -
XYZ 41.05 27.45 31.15 -
YUV 143.43 130.58 186.18 -
System Red Green Blue C M Y K H S L
Decimal 225 101 148 0 0.55 0.34 0.12 337.26 0.67 0.64
Hex E1 65 94 0 37 22 C 151 43 40
Octal 341 145 224 0 67 42 14 521 103 100
Binary 11100001 1100101 10010100 0 110111 100010 1100 101010001 1000011 1000000

Color Harmonies of #E16594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16594

Black with #E16594

Text Example


Text Example

White with #E16594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16594; }

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

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

background-color css

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

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

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

border-color css

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

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

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