#E262A7

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

Shades of Pale Violet Red #E262A7

Tints of Pale Violet Red #E262A7

Color information

#E262A7 (or 0xE262A7) is unknown color: approx Pale Violet Red. HEX triplet: E2, 62 and A7. RGB value is (226,98,167). Sum of RGB (Red+Green+Blue) = 226+98+167=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 167 (65.62% from 255 or 34.01% from 491); Max value from RGB is 226 - color contains mainly: red. Hex color #E262A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E262A7 is #1D9D58. Grayscale: #8F8F8F. Windows color (decimal): -1940825 or 10969826. OLE color: 10969826.

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

Color convert

RGB22698167-
CMYK00.570.260.11
HSL327.66º68.82%63.53%-
HSV(B)327.66º56.64%88.63%-
XYZ42.7127.6939.65-
YUV144.14140.91186.39-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.03%
GREEN value IS 98 (38.67% from 255) = 19.96%
BLUE value IS 167 (65.62% from 255) = 34.01%
R=46.03%
G=19.96%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.26
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269816700.570.260.11327.6668.8263.53
HexE262A70391AB1484540
Octal3421422470713213510105100
Binary11100010110001010100111011100111010101110100100010001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E262A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E262A7; }

 p { color: rgb(226,98,167); }

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

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

 a { background-color: rgb(226,98,167); }

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

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

 span { border-color: rgb(226,98,167); }

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