#E330AA

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

Shades of Persian Rose #E330AA

Tints of Persian Rose #E330AA

Color information

#E330AA (or 0xE330AA) is unknown color: approx Persian Rose. HEX triplet: E3, 30 and AA. RGB value is (227,48,170). Sum of RGB (Red+Green+Blue) = 227+48+170=445 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.01% from 445); Green value is 48 (19.14% from 255 or 10.79% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 227 - color contains mainly: red. Hex color #E330AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E330AA is #1CCF55. Grayscale: #737373. Windows color (decimal): -1888086 or 11153635. OLE color: 11153635.

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

Color convert

RGB22748170-
CMYK00.790.250.11
HSL319.11º76.17%53.92%-
HSV(B)319.11º78.85%89.02%-
XYZ39.9921.3540.04-
YUV115.43158.8207.58-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 51.01%
GREEN value IS 48 (19.14% from 255) = 10.79%
BLUE value IS 170 (66.80% from 255) = 38.20%
R=51.01%
G=10.79%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2274817000.790.250.11319.1176.1753.92
HexE330AA04F19B13f4c36
Octal343602520117311347711466
Binary1110001111000010101010010011111100110111001111111001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E330AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E330AA; }

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

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

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

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

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

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

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

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