#E432AC

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

Shades of Persian Rose #E432AC

Tints of Persian Rose #E432AC

Color information

#E432AC (or 0xE432AC) is unknown color: approx Persian Rose. HEX triplet: E4, 32 and AC. RGB value is (228,50,172). Sum of RGB (Red+Green+Blue) = 228+50+172=450 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.67% from 450); Green value is 50 (19.92% from 255 or 11.11% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 228 - color contains mainly: red. Hex color #E432AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E432AC is #1BCD53. Grayscale: #747474. Windows color (decimal): -1822036 or 11285220. OLE color: 11285220.

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

Color convert

RGB22850172-
CMYK00.780.250.11
HSL318.88º76.72%54.51%-
HSV(B)318.88º78.07%89.41%-
XYZ40.5821.7541.09-
YUV117.13158.97207.08-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 50.67%
GREEN value IS 50 (19.92% from 255) = 11.11%
BLUE value IS 172 (67.58% from 255) = 38.22%
R=50.67%
G=11.11%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2285017200.780.250.11318.8876.7254.51
HexE432AC04E19B13f4d37
Octal344622540116311347711567
Binary1110010011001010101100010011101100110111001111111001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E432AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E432AC; }

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

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

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

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

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

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

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

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