#E740AF

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

Shades of Persian Rose #E740AF

Tints of Persian Rose #E740AF

Color information

#E740AF (or 0xE740AF) is unknown color: approx Persian Rose. HEX triplet: E7, 40 and AF. RGB value is (231,64,175). Sum of RGB (Red+Green+Blue) = 231+64+175=470 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.15% from 470); Green value is 64 (25.39% from 255 or 13.62% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 231 - color contains mainly: red. Hex color #E740AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E740AF is #18BF50. Grayscale: #7E7E7E. Windows color (decimal): -1621841 or 11485415. OLE color: 11485415.

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

Color convert

RGB23164175-
CMYK00.720.240.09
HSL320.12º77.67%57.84%-
HSV(B)320.12º72.29%90.59%-
XYZ42.5323.7542.9-
YUV126.59155.33202.47-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.15%
GREEN value IS 64 (25.39% from 255) = 13.62%
BLUE value IS 175 (68.75% from 255) = 37.23%
R=49.15%
G=13.62%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2316417500.720.240.09320.1277.6757.84
HexE740AF0481891404e3a
Octal3471002570110301150011672
Binary11100111100000010101111010010001100010011010000001001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E740AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E740AF; }

 p { color: rgb(231,64,175); }

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

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

 a { background-color: rgb(231,64,175); }

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

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

 span { border-color: rgb(231,64,175); }

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