#E275A8

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

Shades of Pale Violet Red #E275A8

Tints of Pale Violet Red #E275A8

Color information

#E275A8 (or 0xE275A8) is unknown color: approx Pale Violet Red. HEX triplet: E2, 75 and A8. RGB value is (226,117,168). Sum of RGB (Red+Green+Blue) = 226+117+168=511 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.23% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 226 - color contains mainly: red. Hex color #E275A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E275A8 is #1D8A57. Grayscale: #9B9B9B. Windows color (decimal): -1935960 or 11040226. OLE color: 11040226.

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

Color convert

RGB226117168-
CMYK00.480.260.11
HSL331.93º65.27%67.25%-
HSV(B)331.93º48.23%88.63%-
XYZ44.7931.7240.81-
YUV155.4135.11178.35-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.23%
GREEN value IS 117 (46.09% from 255) = 22.90%
BLUE value IS 168 (66.02% from 255) = 32.88%
R=44.23%
G=22.90%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611716800.480.260.11331.9365.2767.25
HexE275A80301AB14c4143
Octal3421652500603213514101103
Binary11100010111010110101000011000011010101110100110010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E275A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E275A8; }

 p { color: rgb(226,117,168); }

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

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

 a { background-color: rgb(226,117,168); }

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

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

 span { border-color: rgb(226,117,168); }

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