#E06BA7

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

Shades of Pale Violet Red #E06BA7

Tints of Pale Violet Red #E06BA7

Color information

#E06BA7 (or 0xE06BA7) is unknown color: approx Pale Violet Red. HEX triplet: E0, 6B and A7. RGB value is (224,107,167). Sum of RGB (Red+Green+Blue) = 224+107+167=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 107 (42.19% from 255 or 21.49% from 498); Blue value is 167 (65.62% from 255 or 33.53% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E06BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06BA7 is #1F9458. Grayscale: #949494. Windows color (decimal): -2069593 or 10972128. OLE color: 10972128.

HSL color Cylindrical-coordinate representation of color #E06BA7: hue angle of 329.23º 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 #E06BA7 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB224107167-
CMYK00.520.250.12
HSL329.23º65.36%64.9%-
HSV(B)329.23º52.23%87.84%-
XYZ42.9729.1539.92-
YUV148.82138.26181.62-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.98%
GREEN value IS 107 (42.19% from 255) = 21.49%
BLUE value IS 167 (65.62% from 255) = 33.53%
R=44.98%
G=21.49%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410716700.520.250.12329.2365.3664.9
HexE06BA703419C1494141
Octal3401532470643114511101101
Binary11100000110101110100111011010011001110010100100110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06BA7; }

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

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

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

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

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

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

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

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