#E43AAC

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

Shades of Persian Rose #E43AAC

Tints of Persian Rose #E43AAC

Color information

#E43AAC (or 0xE43AAC) is unknown color: approx Persian Rose. HEX triplet: E4, 3A and AC. RGB value is (228,58,172). Sum of RGB (Red+Green+Blue) = 228+58+172=458 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.78% from 458); Green value is 58 (23.05% from 255 or 12.66% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 228 - color contains mainly: red. Hex color #E43AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E43AAC is #1BC553. Grayscale: #797979. Windows color (decimal): -1819988 or 11287268. OLE color: 11287268.

HSL color Cylindrical-coordinate representation of color #E43AAC: hue angle of 319.76º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E43AAC is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB22858172-
CMYK00.750.250.11
HSL319.76º75.89%56.08%-
HSV(B)319.76º74.56%89.41%-
XYZ40.9522.541.21-
YUV121.83156.32203.73-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 49.78%
GREEN value IS 58 (23.05% from 255) = 12.66%
BLUE value IS 172 (67.58% from 255) = 37.55%
R=49.78%
G=12.66%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2285817200.750.250.11319.7675.8956.08
HexE43AAC04B19B1404c38
Octal344722540113311350011470
Binary1110010011101010101100010010111100110111010000001001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E43AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E43AAC; }

 p { color: rgb(228,58,172); }

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

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

 a { background-color: rgb(228,58,172); }

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

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

 span { border-color: rgb(228,58,172); }

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