Html Css Color HEX #E16094 Pale Violet Red

📋 copy color: '#E16094'

red 225 ◦ green 96 ◦ blue 148

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

Shades of Pale Violet Red #E16094

Tints of Pale Violet Red #E16094

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.47%

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

R = 47.97%
G = 20.47%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E16094 (or 0xE16094) is known color: Pale Violet Red. HEX triplet: E1, 60 and 94. RGB value is (225,96,148). Sum of RGB (Red+Green+Blue) = 225+96+148=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E16094 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16094 is #1E9F6B. Grayscale: #8C8C8C. Windows color (decimal): -2006892 or 9724129. OLE color: 9724129.

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

Color convert

RGB 225 96 148 -
CMYK 0 0.57 0.34 0.12
HSL 335.81º 0.68% 0.63% -
HSV(B) 335.81º 0.57% 0.88% -
XYZ 40.58 26.51 31 -
YUV 140.5 132.24 188.27 -
System Red Green Blue C M Y K H S L
Decimal 225 96 148 0 0.57 0.34 0.12 335.81 0.68 0.63
Hex E1 60 94 0 39 22 C 150 44 3F
Octal 341 140 224 0 71 42 14 520 104 77
Binary 11100001 1100000 10010100 0 111001 100010 1100 101010000 1000100 111111

Color Harmonies of #E16094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16094

Black with #E16094

Text Example


Text Example

White with #E16094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16094; }

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

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

background-color css

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

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

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

border-color css

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

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

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