Html Css Color HEX #E27196 Pale Violet Red

📋 copy color: '#E27196'

red 226 ◦ green 113 ◦ blue 150

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

Shades of Pale Violet Red #E27196

Tints of Pale Violet Red #E27196

RGB

 RED value IS 226 (88.67% from 255) = 46.22%

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

 BLUE value IS 150 (58.98% from 255) = 30.67%

R = 46.22%
G = 23.11%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E27196 (or 0xE27196) is known color: Pale Violet Red. HEX triplet: E2, 71 and 96. RGB value is (226,113,150). Sum of RGB (Red+Green+Blue) = 226+113+150=489 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.22% from 489); Green value is 113 (44.53% from 255 or 23.11% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 226 - color contains mainly: red. Hex color #E27196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27196 is #1D8E69. Grayscale: #969696. Windows color (decimal): -1937002 or 9859554. OLE color: 9859554.

HSL color Cylindrical-coordinate representation of color #E27196: hue angle of 340.35º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E27196 is Cyan = 0, Magento = 0.5, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 113 150 -
CMYK 0 0.5 0.34 0.11
HSL 340.35º 0.66% 0.66% -
HSV(B) 340.35º 0.5% 0.89% -
XYZ 42.77 30.18 32.43 -
YUV 151.01 127.44 181.49 -
System Red Green Blue C M Y K H S L
Decimal 226 113 150 0 0.5 0.34 0.11 340.35 0.66 0.66
Hex E2 71 96 0 32 22 B 154 42 42
Octal 342 161 226 0 62 42 13 524 102 102
Binary 11100010 1110001 10010110 0 110010 100010 1011 101010100 1000010 1000010

Color Harmonies of #E27196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27196

Black with #E27196

Text Example


Text Example

White with #E27196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27196; }

 p { color: rgb(226,113,150); }

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

background-color css

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

 a { background-color: rgb(226,113,150); }

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

border-color css

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

 span { border-color: rgb(226,113,150); }

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