#e227ab

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

Shades of Persian Rose #E227AB

Tints of Persian Rose #E227AB

Color information

#E227AB (or 0xE227AB) is unknown color: approx Persian Rose. HEX triplet: E2, 27 and AB. RGB value is (226,39,171). Sum of RGB (Red+Green+Blue) = 226+39+171=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 39 (15.62% from 255 or 8.94% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E227AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E227AB is #1DD854. Grayscale: #6D6D6D. Windows color (decimal): -1955925 or 11216866. OLE color: 11216866.

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

Color convert

RGB22639171-
CMYK00.830.240.11
HSL317.65º76.33%51.96%-
HSV(B)317.65º82.74%88.63%-
XYZ39.4420.5640.42-
YUV109.96162.45210.77-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.83%
GREEN value IS 39 (15.62% from 255) = 8.94%
BLUE value IS 171 (67.19% from 255) = 39.22%
R=51.83%
G=8.94%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2263917100.830.240.11317.6576.3351.96
HexE227AB05318B13e4c34
Octal342472530123301347611464
Binary1110001010011110101011010100111100010111001111101001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e227ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e227ab; }

 p { color: rgb(226,39,171); }

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

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

 a { background-color: rgb(226,39,171); }

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

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

 span { border-color: rgb(226,39,171); }

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