#E0629C

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

Shades of Pale Violet Red #E0629C

Tints of Pale Violet Red #E0629C

Color information

#E0629C (or 0xE0629C) is unknown color: approx Pale Violet Red. HEX triplet: E0, 62 and 9C. RGB value is (224,98,156). Sum of RGB (Red+Green+Blue) = 224+98+156=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 224 - color contains mainly: red. Hex color #E0629C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0629C is #1F9D63. Grayscale: #8E8E8E. Windows color (decimal): -2071908 or 10248928. OLE color: 10248928.

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

Color convert

RGB22498156-
CMYK00.560.300.12
HSL332.38º67.02%63.14%-
HSV(B)332.38º56.25%87.84%-
XYZ41.1126.9834.49-
YUV142.29135.74186.28-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.86%
GREEN value IS 98 (38.67% from 255) = 20.50%
BLUE value IS 156 (61.33% from 255) = 32.64%
R=46.86%
G=20.50%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249815600.560.300.12332.3867.0263.14
HexE0629C0381EC14c433f
Octal340142234070361451410377
Binary1110000011000101001110001110001111011001010011001000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0629C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0629C; }

 p { color: rgb(224,98,156); }

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

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

 a { background-color: rgb(224,98,156); }

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

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

 span { border-color: rgb(224,98,156); }

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