#E149A2

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

Shades of Brilliant Rose #E149A2

Tints of Brilliant Rose #E149A2

Color information

#E149A2 (or 0xE149A2) is unknown color: approx Brilliant Rose. HEX triplet: E1, 49 and A2. RGB value is (225,73,162). Sum of RGB (Red+Green+Blue) = 225+73+162=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 162 (63.67% from 255 or 35.22% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E149A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E149A2 is #1EB65D. Grayscale: #808080. Windows color (decimal): -2012766 or 10635745. OLE color: 10635745.

HSL color Cylindrical-coordinate representation of color #E149A2: hue angle of 324.87º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E149A2 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB22573162-
CMYK00.680.280.12
HSL324.87º71.7%58.43%-
HSV(B)324.87º67.56%88.24%-
XYZ39.9623.3836.59-
YUV128.59146.86196.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.91%
GREEN value IS 73 (28.91% from 255) = 15.87%
BLUE value IS 162 (63.67% from 255) = 35.22%
R=48.91%
G=15.87%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257316200.680.280.12324.8771.758.43
HexE149A20441CC145483a
Octal3411112420104341450511072
Binary11100001100100110100010010001001110011001010001011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E149A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E149A2; }

 p { color: rgb(225,73,162); }

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

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

 a { background-color: rgb(225,73,162); }

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

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

 span { border-color: rgb(225,73,162); }

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