#E273A2

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

Shades of Pale Violet Red #E273A2

Tints of Pale Violet Red #E273A2

Color information

#E273A2 (or 0xE273A2) is unknown color: approx Pale Violet Red. HEX triplet: E2, 73 and A2. RGB value is (226,115,162). Sum of RGB (Red+Green+Blue) = 226+115+162=503 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.93% from 503); Green value is 115 (45.31% from 255 or 22.86% from 503); Blue value is 162 (63.67% from 255 or 32.21% from 503); Max value from RGB is 226 - color contains mainly: red. Hex color #E273A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E273A2 is #1D8C5D. Grayscale: #999999. Windows color (decimal): -1936478 or 10646498. OLE color: 10646498.

HSL color Cylindrical-coordinate representation of color #E273A2: hue angle of 334.59º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E273A2 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.11.

Color convert

RGB226115162-
CMYK00.490.280.11
HSL334.59º65.68%66.86%-
HSV(B)334.59º49.12%88.63%-
XYZ44.0231.0437.85-
YUV153.55132.77179.68-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.93%
GREEN value IS 115 (45.31% from 255) = 22.86%
BLUE value IS 162 (63.67% from 255) = 32.21%
R=44.93%
G=22.86%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611516200.490.280.11334.5965.6866.86
HexE273A20311CB14f4243
Octal3421632420613413517102103
Binary11100010111001110100010011000111100101110100111110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E273A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E273A2; }

 p { color: rgb(226,115,162); }

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

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

 a { background-color: rgb(226,115,162); }

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

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

 span { border-color: rgb(226,115,162); }

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