#E732AC

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

Shades of Persian Rose #E732AC

Tints of Persian Rose #E732AC

Color information

#E732AC (or 0xE732AC) is unknown color: approx Persian Rose. HEX triplet: E7, 32 and AC. RGB value is (231,50,172). Sum of RGB (Red+Green+Blue) = 231+50+172=453 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.99% from 453); Green value is 50 (19.92% from 255 or 11.04% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 231 - color contains mainly: red. Hex color #E732AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E732AC is #18CD53. Grayscale: #757575. Windows color (decimal): -1625428 or 11285223. OLE color: 11285223.

HSL color Cylindrical-coordinate representation of color #E732AC: hue angle of 319.56º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E732AC is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB23150172-
CMYK00.780.260.09
HSL319.56º79.04%55.1%-
HSV(B)319.56º78.35%90.59%-
XYZ41.5422.2541.13-
YUV118.03158.47208.58-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.99%
GREEN value IS 50 (19.92% from 255) = 11.04%
BLUE value IS 172 (67.58% from 255) = 37.97%
R=50.99%
G=11.04%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2315017200.780.260.09319.5679.0455.1
HexE732AC04E1A91404f37
Octal347622540116321150011767
Binary1110011111001010101100010011101101010011010000001001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E732AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E732AC; }

 p { color: rgb(231,50,172); }

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

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

 a { background-color: rgb(231,50,172); }

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

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

 span { border-color: rgb(231,50,172); }

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