#E276A4

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

Shades of Pale Violet Red #E276A4

Tints of Pale Violet Red #E276A4

Color information

#E276A4 (or 0xE276A4) is unknown color: approx Pale Violet Red. HEX triplet: E2, 76 and A4. RGB value is (226,118,164). Sum of RGB (Red+Green+Blue) = 226+118+164=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 164 (64.45% from 255 or 32.28% from 508); Max value from RGB is 226 - color contains mainly: red. Hex color #E276A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E276A4 is #1D895B. Grayscale: #9B9B9B. Windows color (decimal): -1935708 or 10778338. OLE color: 10778338.

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

Color convert

RGB226118164-
CMYK00.480.270.11
HSL334.44º65.06%67.45%-
HSV(B)334.44º47.79%88.63%-
XYZ44.5431.8138.91-
YUV155.54132.78178.26-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.49%
GREEN value IS 118 (46.48% from 255) = 23.23%
BLUE value IS 164 (64.45% from 255) = 32.28%
R=44.49%
G=23.23%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611816400.480.270.11334.4465.0667.45
HexE276A40301BB14e4143
Octal3421662440603313516101103
Binary11100010111011010100100011000011011101110100111010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E276A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E276A4; }

 p { color: rgb(226,118,164); }

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

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

 a { background-color: rgb(226,118,164); }

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

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

 span { border-color: rgb(226,118,164); }

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