#E33FAA

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

Shades of Persian Rose #E33FAA

Tints of Persian Rose #E33FAA

Color information

#E33FAA (or 0xE33FAA) is unknown color: approx Persian Rose. HEX triplet: E3, 3F and AA. RGB value is (227,63,170). Sum of RGB (Red+Green+Blue) = 227+63+170=460 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.35% from 460); Green value is 63 (25% from 255 or 13.70% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 227 - color contains mainly: red. Hex color #E33FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E33FAA is #1CC055. Grayscale: #7B7B7B. Windows color (decimal): -1884246 or 11157475. OLE color: 11157475.

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

Color convert

RGB22763170-
CMYK00.720.250.11
HSL320.85º74.55%56.86%-
HSV(B)320.85º72.25%89.02%-
XYZ40.7122.7940.28-
YUV124.23153.83201.3-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 49.35%
GREEN value IS 63 (25% from 255) = 13.70%
BLUE value IS 170 (66.80% from 255) = 36.96%
R=49.35%
G=13.70%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2276317000.720.250.11320.8574.5556.86
HexE33FAA04819B1414b39
Octal343772520110311350111371
Binary1110001111111110101010010010001100110111010000011001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E33FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E33FAA; }

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

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

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

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

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

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

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

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