#e06b95

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

Shades of Pale Violet Red #E06B95

Tints of Pale Violet Red #E06B95

Color information

#E06B95 (or 0xE06B95) is unknown color: approx Pale Violet Red. HEX triplet: E0, 6B and 95. RGB value is (224,107,149). Sum of RGB (Red+Green+Blue) = 224+107+149=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 107 (42.19% from 255 or 22.29% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 224 - color contains mainly: red. Hex color #E06B95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06B95 is #1F946A. Grayscale: #929292. Windows color (decimal): -2069611 or 9792480. OLE color: 9792480.

HSL color Cylindrical-coordinate representation of color #E06B95: hue angle of 338.46º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E06B95 is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB224107149-
CMYK00.520.330.12
HSL338.46º65.36%64.9%-
HSV(B)338.46º52.23%87.84%-
XYZ41.4228.5331.76-
YUV146.77129.26183.08-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.67%
GREEN value IS 107 (42.19% from 255) = 22.29%
BLUE value IS 149 (58.59% from 255) = 31.04%
R=46.67%
G=22.29%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410714900.520.330.12338.4665.3664.9
HexE06B9503421C1524141
Octal3401532250644114522101101
Binary111000001101011100101010110100100001110010101001010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e06b95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e06b95; }

 p { color: rgb(224,107,149); }

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

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

 a { background-color: rgb(224,107,149); }

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

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

 span { border-color: rgb(224,107,149); }

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