#E275A3

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

Shades of Pale Violet Red #E275A3

Tints of Pale Violet Red #E275A3

Color information

#E275A3 (or 0xE275A3) is unknown color: approx Pale Violet Red. HEX triplet: E2, 75 and A3. RGB value is (226,117,163). Sum of RGB (Red+Green+Blue) = 226+117+163=506 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.66% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 163 (64.06% from 255 or 32.21% from 506); Max value from RGB is 226 - color contains mainly: red. Hex color #E275A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E275A3 is #1D8A5C. Grayscale: #9A9A9A. Windows color (decimal): -1935965 or 10712546. OLE color: 10712546.

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

Color convert

RGB226117163-
CMYK00.480.280.11
HSL334.68º65.27%67.25%-
HSV(B)334.68º48.23%88.63%-
XYZ44.3431.5438.4-
YUV154.83132.61178.76-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.66%
GREEN value IS 117 (46.09% from 255) = 23.12%
BLUE value IS 163 (64.06% from 255) = 32.21%
R=44.66%
G=23.12%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611716300.480.280.11334.6865.2767.25
HexE275A30301CB14f4143
Octal3421652430603413517101103
Binary11100010111010110100011011000011100101110100111110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E275A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E275A3; }

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

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

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

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

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

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

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

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