#e27299

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

Shades of Pale Violet Red #E27299

Tints of Pale Violet Red #E27299

Color information

#E27299 (or 0xE27299) is unknown color: approx Pale Violet Red. HEX triplet: E2, 72 and 99. RGB value is (226,114,153). Sum of RGB (Red+Green+Blue) = 226+114+153=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 114 (44.92% from 255 or 23.12% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 226 - color contains mainly: red. Hex color #E27299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27299 is #1D8D66. Grayscale: #979797. Windows color (decimal): -1936743 or 10056418. OLE color: 10056418.

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

Color convert

RGB226114153-
CMYK00.500.320.11
HSL339.11º65.88%66.67%-
HSV(B)339.11º49.56%88.63%-
XYZ43.1330.533.75-
YUV151.93128.61180.83-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.84%
GREEN value IS 114 (44.92% from 255) = 23.12%
BLUE value IS 153 (60.16% from 255) = 31.03%
R=45.84%
G=23.12%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611415300.500.320.11339.1165.8866.67
HexE2729903220B1534243
Octal3421622310624013523102103
Binary111000101110010100110010110010100000101110101001110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e27299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e27299; }

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

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

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

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

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

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

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

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