#E22BA9

Color #E22BA9 Persian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Rose #E22BA9

Tints of Persian Rose #E22BA9

Color information

#E22BA9 (or 0xE22BA9) is unknown color: approx Persian Rose. HEX triplet: E2, 2B and A9. RGB value is (226,43,169). Sum of RGB (Red+Green+Blue) = 226+43+169=438 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.60% from 438); Green value is 43 (17.19% from 255 or 9.82% from 438); Blue value is 169 (66.41% from 255 or 38.58% from 438); Max value from RGB is 226 - color contains mainly: red. Hex color #E22BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E22BA9 is #1DD456. Grayscale: #6F6F6F. Windows color (decimal): -1954903 or 11086818. OLE color: 11086818.

HSL color Cylindrical-coordinate representation of color #E22BA9: hue angle of 318.69º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E22BA9 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB22643169-
CMYK00.810.250.11
HSL318.69º75.93%52.75%-
HSV(B)318.69º80.97%88.63%-
XYZ39.3920.7639.47-
YUV112.08160.13209.25-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.60%
GREEN value IS 43 (17.19% from 255) = 9.82%
BLUE value IS 169 (66.41% from 255) = 38.58%
R=51.60%
G=9.82%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2264316900.810.250.11318.6975.9352.75
HexE22BA905119B13f4c35
Octal342532510121311347711465
Binary1110001010101110101001010100011100110111001111111001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E22BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E22BA9; }

 p { color: rgb(226,43,169); }

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

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

 a { background-color: rgb(226,43,169); }

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

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

 span { border-color: rgb(226,43,169); }

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