#E239AC

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

Shades of Persian Rose #E239AC

Tints of Persian Rose #E239AC

Color information

#E239AC (or 0xE239AC) is unknown color: approx Persian Rose. HEX triplet: E2, 39 and AC. RGB value is (226,57,172). Sum of RGB (Red+Green+Blue) = 226+57+172=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 57 (22.66% from 255 or 12.53% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E239AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E239AC is #1DC653. Grayscale: #787878. Windows color (decimal): -1951316 or 11287010. OLE color: 11287010.

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

Color convert

RGB22657172-
CMYK00.750.240.11
HSL319.17º74.45%55.49%-
HSV(B)319.17º74.78%88.63%-
XYZ40.2722.0741.17-
YUV120.64156.99203.15-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.67%
GREEN value IS 57 (22.66% from 255) = 12.53%
BLUE value IS 172 (67.58% from 255) = 37.80%
R=49.67%
G=12.53%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2265717200.750.240.11319.1774.4555.49
HexE239AC04B18B13f4a37
Octal342712540113301347711267
Binary1110001011100110101100010010111100010111001111111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E239AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E239AC; }

 p { color: rgb(226,57,172); }

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

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

 a { background-color: rgb(226,57,172); }

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

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

 span { border-color: rgb(226,57,172); }

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