#E275A6

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

Shades of Pale Violet Red #E275A6

Tints of Pale Violet Red #E275A6

Color information

#E275A6 (or 0xE275A6) is unknown color: approx Pale Violet Red. HEX triplet: E2, 75 and A6. RGB value is (226,117,166). Sum of RGB (Red+Green+Blue) = 226+117+166=509 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.40% from 509); Green value is 117 (46.09% from 255 or 22.99% from 509); Blue value is 166 (65.23% from 255 or 32.61% from 509); Max value from RGB is 226 - color contains mainly: red. Hex color #E275A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E275A6 is #1D8A59. Grayscale: #9B9B9B. Windows color (decimal): -1935962 or 10909154. OLE color: 10909154.

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

Color convert

RGB226117166-
CMYK00.480.270.11
HSL333.03º65.27%67.25%-
HSV(B)333.03º48.23%88.63%-
XYZ44.6131.6439.83-
YUV155.18134.11178.52-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.40%
GREEN value IS 117 (46.09% from 255) = 22.99%
BLUE value IS 166 (65.23% from 255) = 32.61%
R=44.40%
G=22.99%
B=32.61%

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
Decimal22611716600.480.270.11333.0365.2767.25
HexE275A60301BB14d4143
Octal3421652460603313515101103
Binary11100010111010110100110011000011011101110100110110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E275A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E275A6; }

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

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

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

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

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

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

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

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