#E73DAE

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

Shades of Persian Rose #E73DAE

Tints of Persian Rose #E73DAE

Color information

#E73DAE (or 0xE73DAE) is unknown color: approx Persian Rose. HEX triplet: E7, 3D and AE. RGB value is (231,61,174). Sum of RGB (Red+Green+Blue) = 231+61+174=466 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.57% from 466); Green value is 61 (24.22% from 255 or 13.09% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 231 - color contains mainly: red. Hex color #E73DAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73DAE is #18C251. Grayscale: #7C7C7C. Windows color (decimal): -1622610 or 11419111. OLE color: 11419111.

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

Color convert

RGB23161174-
CMYK00.740.250.09
HSL320.12º77.98%57.25%-
HSV(B)320.12º73.59%90.59%-
XYZ42.2623.3842.33-
YUV124.71155.82203.81-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.57%
GREEN value IS 61 (24.22% from 255) = 13.09%
BLUE value IS 174 (68.36% from 255) = 37.34%
R=49.57%
G=13.09%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2316117400.740.250.09320.1277.9857.25
HexE73DAE04A1991404e39
Octal347752560112311150011671
Binary1110011111110110101110010010101100110011010000001001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E73DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E73DAE; }

 p { color: rgb(231,61,174); }

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

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

 a { background-color: rgb(231,61,174); }

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

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

 span { border-color: rgb(231,61,174); }

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