#E83BAC

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

Shades of Persian Rose #E83BAC

Tints of Persian Rose #E83BAC

Color information

#E83BAC (or 0xE83BAC) is unknown color: approx Persian Rose. HEX triplet: E8, 3B and AC. RGB value is (232,59,172). Sum of RGB (Red+Green+Blue) = 232+59+172=463 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.11% from 463); Green value is 59 (23.44% from 255 or 12.74% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 232 - color contains mainly: red. Hex color #E83BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E83BAC is #17C453. Grayscale: #7B7B7B. Windows color (decimal): -1557588 or 11287528. OLE color: 11287528.

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

Color convert

RGB23259172-
CMYK00.750.260.09
HSL320.81º79%57.06%-
HSV(B)320.81º74.57%90.98%-
XYZ42.2923.2641.29-
YUV123.61155.31205.31-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 50.11%
GREEN value IS 59 (23.44% from 255) = 12.74%
BLUE value IS 172 (67.58% from 255) = 37.15%
R=50.11%
G=12.74%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2325917200.750.260.09320.817957.06
HexE83BAC04B1A91414f39
Octal350732540113321150111771
Binary1110100011101110101100010010111101010011010000011001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E83BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E83BAC; }

 p { color: rgb(232,59,172); }

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

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

 a { background-color: rgb(232,59,172); }

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

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

 span { border-color: rgb(232,59,172); }

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