#E330AB

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

Shades of Persian Rose #E330AB

Tints of Persian Rose #E330AB

Color information

#E330AB (or 0xE330AB) is unknown color: approx Persian Rose. HEX triplet: E3, 30 and AB. RGB value is (227,48,171). Sum of RGB (Red+Green+Blue) = 227+48+171=446 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.90% from 446); Green value is 48 (19.14% from 255 or 10.76% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 227 - color contains mainly: red. Hex color #E330AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E330AB is #1CCF54. Grayscale: #737373. Windows color (decimal): -1888085 or 11219171. OLE color: 11219171.

HSL color Cylindrical-coordinate representation of color #E330AB: hue angle of 318.77º 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 #E330AB is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB22748171-
CMYK00.790.250.11
HSL318.77º76.17%53.92%-
HSV(B)318.77º78.85%89.02%-
XYZ40.0921.3940.54-
YUV115.54159.3207.5-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 50.90%
GREEN value IS 48 (19.14% from 255) = 10.76%
BLUE value IS 171 (67.19% from 255) = 38.34%
R=50.90%
G=10.76%
B=38.34%

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
Decimal2274817100.790.250.11318.7776.1753.92
HexE330AB04F19B13f4c36
Octal343602530117311347711466
Binary1110001111000010101011010011111100110111001111111001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E330AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E330AB; }

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

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

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

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

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

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

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

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