#E32CAA

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

Shades of Persian Rose #E32CAA

Tints of Persian Rose #E32CAA

Color information

#E32CAA (or 0xE32CAA) is unknown color: approx Persian Rose. HEX triplet: E3, 2C and AA. RGB value is (227,44,170). Sum of RGB (Red+Green+Blue) = 227+44+170=441 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.47% from 441); Green value is 44 (17.58% from 255 or 9.98% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 227 - color contains mainly: red. Hex color #E32CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E32CAA is #1CD355. Grayscale: #707070. Windows color (decimal): -1889110 or 11152611. OLE color: 11152611.

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

Color convert

RGB22744170-
CMYK00.810.250.11
HSL318.69º76.57%53.14%-
HSV(B)318.69º80.62%89.02%-
XYZ39.8321.0339.99-
YUV113.08160.13209.25-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 51.47%
GREEN value IS 44 (17.58% from 255) = 9.98%
BLUE value IS 170 (66.80% from 255) = 38.55%
R=51.47%
G=9.98%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2274417000.810.250.11318.6976.5753.14
HexE32CAA05119B13f4d35
Octal343542520121311347711565
Binary1110001110110010101010010100011100110111001111111001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E32CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E32CAA; }

 p { color: rgb(227,44,170); }

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

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

 a { background-color: rgb(227,44,170); }

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

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

 span { border-color: rgb(227,44,170); }

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