#E67095

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

Shades of Pale Violet Red #E67095

Tints of Pale Violet Red #E67095

Color information

#E67095 (or 0xE67095) is unknown color: approx Pale Violet Red. HEX triplet: E6, 70 and 95. RGB value is (230,112,149). Sum of RGB (Red+Green+Blue) = 230+112+149=491 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.84% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 230 - color contains mainly: red. Hex color #E67095 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67095 is #198F6A. Grayscale: #979797. Windows color (decimal): -1675115 or 9793766. OLE color: 9793766.

HSL color Cylindrical-coordinate representation of color #E67095: hue angle of 341.19º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E67095 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB230112149-
CMYK00.510.350.10
HSL341.19º70.24%67.06%-
HSV(B)341.19º51.3%90.2%-
XYZ43.8530.5832.03-
YUV151.5126.59183.99-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.84%
GREEN value IS 112 (44.14% from 255) = 22.81%
BLUE value IS 149 (58.59% from 255) = 30.35%
R=46.84%
G=22.81%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011214900.510.350.10341.1970.2467.06
HexE6709503323A1554643
Octal3461602250634312525106103
Binary111001101110000100101010110011100011101010101010110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67095; }

 p { color: rgb(230,112,149); }

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

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

 a { background-color: rgb(230,112,149); }

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

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

 span { border-color: rgb(230,112,149); }

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