#E27695

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

Shades of Pale Violet Red #E27695

Tints of Pale Violet Red #E27695

Color information

#E27695 (or 0xE27695) is unknown color: approx Pale Violet Red. HEX triplet: E2, 76 and 95. RGB value is (226,118,149). Sum of RGB (Red+Green+Blue) = 226+118+149=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 226 - color contains mainly: red. Hex color #E27695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27695 is #1D896A. Grayscale: #999999. Windows color (decimal): -1935723 or 9795298. OLE color: 9795298.

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

Color convert

RGB226118149-
CMYK00.480.340.11
HSL342.78º65.06%67.45%-
HSV(B)342.78º47.79%88.63%-
XYZ43.2731.332.19-
YUV153.83125.28179.48-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.84%
GREEN value IS 118 (46.48% from 255) = 23.94%
BLUE value IS 149 (58.59% from 255) = 30.22%
R=45.84%
G=23.94%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611814900.480.340.11342.7865.0667.45
HexE2769503022B1574143
Octal3421662250604213527101103
Binary111000101110110100101010110000100010101110101011110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27695; }

 p { color: rgb(226,118,149); }

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

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

 a { background-color: rgb(226,118,149); }

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

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

 span { border-color: rgb(226,118,149); }

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