#E06BA3

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

Shades of Pale Violet Red #E06BA3

Tints of Pale Violet Red #E06BA3

Color information

#E06BA3 (or 0xE06BA3) is unknown color: approx Pale Violet Red. HEX triplet: E0, 6B and A3. RGB value is (224,107,163). Sum of RGB (Red+Green+Blue) = 224+107+163=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 163 (64.06% from 255 or 33.00% from 494); Max value from RGB is 224 - color contains mainly: red. Hex color #E06BA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06BA3 is #1F945C. Grayscale: #949494. Windows color (decimal): -2069597 or 10709984. OLE color: 10709984.

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

Color convert

RGB224107163-
CMYK00.520.270.12
HSL331.28º65.36%64.9%-
HSV(B)331.28º52.23%87.84%-
XYZ42.6129.0138-
YUV148.37136.26181.95-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.34%
GREEN value IS 107 (42.19% from 255) = 21.66%
BLUE value IS 163 (64.06% from 255) = 33.00%
R=45.34%
G=21.66%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410716300.520.270.12331.2865.3664.9
HexE06BA30341BC14b4141
Octal3401532430643314513101101
Binary11100000110101110100011011010011011110010100101110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06BA3; }

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

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

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

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

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

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

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

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