#E268A4

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

Shades of Pale Violet Red #E268A4

Tints of Pale Violet Red #E268A4

Color information

#E268A4 (or 0xE268A4) is unknown color: approx Pale Violet Red. HEX triplet: E2, 68 and A4. RGB value is (226,104,164). Sum of RGB (Red+Green+Blue) = 226+104+164=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 164 (64.45% from 255 or 33.20% from 494); Max value from RGB is 226 - color contains mainly: red. Hex color #E268A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E268A4 is #1D975B. Grayscale: #939393. Windows color (decimal): -1939292 or 10774754. OLE color: 10774754.

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

Color convert

RGB226104164-
CMYK00.540.270.11
HSL330.49º67.78%64.71%-
HSV(B)330.49º53.98%88.63%-
XYZ43.0228.7538.4-
YUV147.32137.42184.12-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.75%
GREEN value IS 104 (41.02% from 255) = 21.05%
BLUE value IS 164 (64.45% from 255) = 33.20%
R=45.75%
G=21.05%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610416400.540.270.11330.4967.7864.71
HexE268A40361BB14a4441
Octal3421502440663313512104101
Binary11100010110100010100100011011011011101110100101010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E268A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E268A4; }

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

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

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

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

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

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

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

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