#E0769B

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

Shades of Pale Violet Red #E0769B

Tints of Pale Violet Red #E0769B

Color information

#E0769B (or 0xE0769B) is unknown color: approx Pale Violet Red. HEX triplet: E0, 76 and 9B. RGB value is (224,118,155). Sum of RGB (Red+Green+Blue) = 224+118+155=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E0769B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0769B is #1F8964. Grayscale: #999999. Windows color (decimal): -2066789 or 10188512. OLE color: 10188512.

HSL color Cylindrical-coordinate representation of color #E0769B: hue angle of 339.06º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E0769B is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB224118155-
CMYK00.470.310.12
HSL339.06º63.1%67.06%-
HSV(B)339.06º47.32%87.84%-
XYZ43.1431.1734.75-
YUV153.91128.62177.99-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.07%
GREEN value IS 118 (46.48% from 255) = 23.74%
BLUE value IS 155 (60.94% from 255) = 31.19%
R=45.07%
G=23.74%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411815500.470.310.12339.0663.167.06
HexE0769B02F1FC1533f43
Octal340166233057371452377103
Binary1110000011101101001101101011111111111001010100111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0769B; }

 p { color: rgb(224,118,155); }

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

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

 a { background-color: rgb(224,118,155); }

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

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

 span { border-color: rgb(224,118,155); }

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