#E72BA6

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

Shades of Persian Rose #E72BA6

Tints of Persian Rose #E72BA6

Color information

#E72BA6 (or 0xE72BA6) is unknown color: approx Persian Rose. HEX triplet: E7, 2B and A6. RGB value is (231,43,166). Sum of RGB (Red+Green+Blue) = 231+43+166=440 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.5% from 440); Green value is 43 (17.19% from 255 or 9.77% from 440); Blue value is 166 (65.23% from 255 or 37.73% from 440); Max value from RGB is 231 - color contains mainly: red. Hex color #E72BA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72BA6 is #18D459. Grayscale: #707070. Windows color (decimal): -1627226 or 10890215. OLE color: 10890215.

HSL color Cylindrical-coordinate representation of color #E72BA6: hue angle of 320.74º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E72BA6 is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.09.

Color convert

RGB23143166-
CMYK00.810.280.09
HSL320.74º79.66%53.73%-
HSV(B)320.74º81.39%90.59%-
XYZ40.721.4738.08-
YUV113.23157.78212-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 52.5%
GREEN value IS 43 (17.19% from 255) = 9.77%
BLUE value IS 166 (65.23% from 255) = 37.73%
R=52.5%
G=9.77%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2314316600.810.280.09320.7479.6653.73
HexE72BA60511C91415036
Octal347532460121341150112066
Binary1110011110101110100110010100011110010011010000011010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E72BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E72BA6; }

 p { color: rgb(231,43,166); }

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

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

 a { background-color: rgb(231,43,166); }

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

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

 span { border-color: rgb(231,43,166); }

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