#E033AC

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

Shades of Persian Rose #E033AC

Tints of Persian Rose #E033AC

Color information

#E033AC (or 0xE033AC) is unknown color: approx Persian Rose. HEX triplet: E0, 33 and AC. RGB value is (224,51,172). Sum of RGB (Red+Green+Blue) = 224+51+172=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 51 (20.31% from 255 or 11.41% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E033AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E033AC is #1FCC53. Grayscale: #747474. Windows color (decimal): -2083924 or 11285472. OLE color: 11285472.

HSL color Cylindrical-coordinate representation of color #E033AC: hue angle of 318.03º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E033AC is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB22451172-
CMYK00.770.230.12
HSL318.03º73.62%53.92%-
HSV(B)318.03º77.23%87.84%-
XYZ39.3721.1941.05-
YUV116.52159.31204.66-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.11%
GREEN value IS 51 (20.31% from 255) = 11.41%
BLUE value IS 172 (67.58% from 255) = 38.48%
R=50.11%
G=11.41%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2245117200.770.230.12318.0373.6253.92
HexE033AC04D17C13e4a36
Octal340632540115271447611266
Binary1110000011001110101100010011011011111001001111101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E033AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E033AC; }

 p { color: rgb(224,51,172); }

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

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

 a { background-color: rgb(224,51,172); }

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

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

 span { border-color: rgb(224,51,172); }

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