#E73CB1

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

Shades of Persian Rose #E73CB1

Tints of Persian Rose #E73CB1

Color information

#E73CB1 (or 0xE73CB1) is unknown color: approx Persian Rose. HEX triplet: E7, 3C and B1. RGB value is (231,60,177). Sum of RGB (Red+Green+Blue) = 231+60+177=468 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.36% from 468); Green value is 60 (23.83% from 255 or 12.82% from 468); Blue value is 177 (69.53% from 255 or 37.82% from 468); Max value from RGB is 231 - color contains mainly: red. Hex color #E73CB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73CB1 is #18C34E. Grayscale: #7C7C7C. Windows color (decimal): -1622863 or 11615463. OLE color: 11615463.

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

Color convert

RGB23160177-
CMYK00.740.230.09
HSL318.95º78.08%57.06%-
HSV(B)318.95º74.03%90.59%-
XYZ42.5123.3943.87-
YUV124.47157.65203.99-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.36%
GREEN value IS 60 (23.83% from 255) = 12.82%
BLUE value IS 177 (69.53% from 255) = 37.82%
R=49.36%
G=12.82%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2316017700.740.230.09318.9578.0857.06
HexE73CB104A17913f4e39
Octal347742610112271147711671
Binary1110011111110010110001010010101011110011001111111001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E73CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E73CB1; }

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

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

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

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

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

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

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

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