#E725A3

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

Shades of Persian Rose #E725A3

Tints of Persian Rose #E725A3

Color information

#E725A3 (or 0xE725A3) is unknown color: approx Persian Rose. HEX triplet: E7, 25 and A3. RGB value is (231,37,163). Sum of RGB (Red+Green+Blue) = 231+37+163=431 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.60% from 431); Green value is 37 (14.84% from 255 or 8.58% from 431); Blue value is 163 (64.06% from 255 or 37.82% from 431); Max value from RGB is 231 - color contains mainly: red. Hex color #E725A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E725A3 is #18DA5C. Grayscale: #6D6D6D. Windows color (decimal): -1628765 or 10692071. OLE color: 10692071.

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

Color convert

RGB23137163-
CMYK00.840.290.09
HSL321.03º80.17%52.55%-
HSV(B)321.03º83.98%90.59%-
XYZ40.2320.9636.58-
YUV109.37158.27214.75-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 53.60%
GREEN value IS 37 (14.84% from 255) = 8.58%
BLUE value IS 163 (64.06% from 255) = 37.82%
R=53.60%
G=8.58%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2313716300.840.290.09321.0380.1752.55
HexE725A30541D91415035
Octal347452430124351150112065
Binary1110011110010110100011010101001110110011010000011010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E725A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E725A3; }

 p { color: rgb(231,37,163); }

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

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

 a { background-color: rgb(231,37,163); }

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

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

 span { border-color: rgb(231,37,163); }

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