#E73CB2

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

Shades of Persian Rose #E73CB2

Tints of Persian Rose #E73CB2

Color information

#E73CB2 (or 0xE73CB2) is unknown color: approx Persian Rose. HEX triplet: E7, 3C and B2. RGB value is (231,60,178). Sum of RGB (Red+Green+Blue) = 231+60+178=469 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.25% from 469); Green value is 60 (23.83% from 255 or 12.79% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 231 - color contains mainly: red. Hex color #E73CB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73CB2 is #18C34D. Grayscale: #7C7C7C. Windows color (decimal): -1622862 or 11680999. OLE color: 11680999.

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

Color convert

RGB23160178-
CMYK00.740.230.09
HSL318.6º78.08%57.06%-
HSV(B)318.6º74.03%90.59%-
XYZ42.6123.4344.4-
YUV124.58158.15203.91-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.25%
GREEN value IS 60 (23.83% from 255) = 12.79%
BLUE value IS 178 (69.92% from 255) = 37.95%
R=49.25%
G=12.79%
B=37.95%

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
Decimal2316017800.740.230.09318.678.0857.06
HexE73CB204A17913f4e39
Octal347742620112271147711671
Binary1110011111110010110010010010101011110011001111111001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E73CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E73CB2; }

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

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

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

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

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

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

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

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