#E740B1

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

Shades of Persian Rose #E740B1

Tints of Persian Rose #E740B1

Color information

#E740B1 (or 0xE740B1) is unknown color: approx Persian Rose. HEX triplet: E7, 40 and B1. RGB value is (231,64,177). Sum of RGB (Red+Green+Blue) = 231+64+177=472 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.94% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 177 (69.53% from 255 or 37.5% from 472); Max value from RGB is 231 - color contains mainly: red. Hex color #E740B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E740B1 is #18BF4E. Grayscale: #7E7E7E. Windows color (decimal): -1621839 or 11616487. OLE color: 11616487.

HSL color Cylindrical-coordinate representation of color #E740B1: hue angle of 319.4º 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 #E740B1 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB23164177-
CMYK00.720.230.09
HSL319.4º77.67%57.84%-
HSV(B)319.4º72.29%90.59%-
XYZ42.7223.8343.94-
YUV126.82156.33202.31-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.94%
GREEN value IS 64 (25.39% from 255) = 13.56%
BLUE value IS 177 (69.53% from 255) = 37.5%
R=48.94%
G=13.56%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2316417700.720.230.09319.477.6757.84
HexE740B104817913f4e3a
Octal3471002610110271147711672
Binary11100111100000010110001010010001011110011001111111001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E740B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E740B1; }

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

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

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

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

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

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

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

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