#E928AC

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

Shades of Persian Rose #E928AC

Tints of Persian Rose #E928AC

Color information

#E928AC (or 0xE928AC) is unknown color: approx Persian Rose. HEX triplet: E9, 28 and AC. RGB value is (233,40,172). Sum of RGB (Red+Green+Blue) = 233+40+172=445 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.36% from 445); Green value is 40 (16.02% from 255 or 8.99% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 233 - color contains mainly: red. Hex color #E928AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E928AC is #16D753. Grayscale: #707070. Windows color (decimal): -1496916 or 11282665. OLE color: 11282665.

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

Color convert

RGB23340172-
CMYK00.830.260.09
HSL318.96º81.43%53.53%-
HSV(B)318.96º82.83%91.37%-
XYZ41.8121.8241.04-
YUV112.76161.44213.77-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.36%
GREEN value IS 40 (16.02% from 255) = 8.99%
BLUE value IS 172 (67.58% from 255) = 38.65%
R=52.36%
G=8.99%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2334017200.830.260.09318.9681.4353.53
HexE928AC0531A913f5136
Octal351502540123321147712166
Binary1110100110100010101100010100111101010011001111111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E928AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E928AC; }

 p { color: rgb(233,40,172); }

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

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

 a { background-color: rgb(233,40,172); }

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

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

 span { border-color: rgb(233,40,172); }

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