#E27292

Color #E27292 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #E27292

Tints of Pale Violet Red #E27292

Color information

#E27292 (or 0xE27292) is unknown color: approx Pale Violet Red. HEX triplet: E2, 72 and 92. RGB value is (226,114,146). Sum of RGB (Red+Green+Blue) = 226+114+146=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 114 (44.92% from 255 or 23.46% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E27292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27292 is #1D8D6D. Grayscale: #979797. Windows color (decimal): -1936750 or 9597666. OLE color: 9597666.

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

Color convert

RGB226114146-
CMYK00.500.350.11
HSL342.86º65.88%66.67%-
HSV(B)342.86º49.56%88.63%-
XYZ42.5730.2830.79-
YUV151.14125.11181.4-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.50%
GREEN value IS 114 (44.92% from 255) = 23.46%
BLUE value IS 146 (57.42% from 255) = 30.04%
R=46.50%
G=23.46%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611414600.500.350.11342.8665.8866.67
HexE2729203223B1574243
Octal3421622220624313527102103
Binary111000101110010100100100110010100011101110101011110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27292; }

 p { color: rgb(226,114,146); }

 H1.HeaderClassName
 {
   color: #E27292;
 }
 .AnyTagClassName
 {
   color: #E27292;
 }
</style>
background-color css

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

 a { background-color: rgb(226,114,146); }

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

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

 span { border-color: rgb(226,114,146); }

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