Html Css Color HEX #E27096 Pale Violet Red

📋 copy color: '#E27096'

red 226 ◦ green 112 ◦ blue 150

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

Shades of Pale Violet Red #E27096

Tints of Pale Violet Red #E27096

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.95%

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

R = 46.31%
G = 22.95%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E27096 (or 0xE27096) is known color: Pale Violet Red. HEX triplet: E2, 70 and 96. RGB value is (226,112,150). Sum of RGB (Red+Green+Blue) = 226+112+150=488 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.31% from 488); Green value is 112 (44.14% from 255 or 22.95% from 488); Blue value is 150 (58.98% from 255 or 30.74% from 488); Max value from RGB is 226 - color contains mainly: red. Hex color #E27096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27096 is #1D8F69. Grayscale: #969696. Windows color (decimal): -1937258 or 9859298. OLE color: 9859298.

HSL color Cylindrical-coordinate representation of color #E27096: hue angle of 340º 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 #E27096 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 112 150 -
CMYK 0 0.50 0.34 0.11
HSL 340º 0.66% 0.66% -
HSV(B) 340º 0.5% 0.89% -
XYZ 42.66 29.96 32.39 -
YUV 150.42 127.77 181.91 -
System Red Green Blue C M Y K H S L
Decimal 226 112 150 0 0.50 0.34 0.11 340 0.66 0.66
Hex E2 70 96 0 32 22 B 154 42 42
Octal 342 160 226 0 62 42 13 524 102 102
Binary 11100010 1110000 10010110 0 110010 100010 1011 101010100 1000010 1000010

Color Harmonies of #E27096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27096

Black with #E27096

Text Example


Text Example

White with #E27096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27096; }

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

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

background-color css

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

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

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

border-color css

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

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

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