#E147AE

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

Shades of Brilliant Rose #E147AE

Tints of Brilliant Rose #E147AE

Color information

#E147AE (or 0xE147AE) is unknown color: approx Brilliant Rose. HEX triplet: E1, 47 and AE. RGB value is (225,71,174). Sum of RGB (Red+Green+Blue) = 225+71+174=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 71 (28.12% from 255 or 15.11% from 470); Blue value is 174 (68.36% from 255 or 37.02% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E147AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E147AE is #1EB851. Grayscale: #808080. Windows color (decimal): -2013266 or 11421665. OLE color: 11421665.

HSL color Cylindrical-coordinate representation of color #E147AE: hue angle of 319.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 #E147AE is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB22571174-
CMYK00.680.230.12
HSL319.87º71.96%58.04%-
HSV(B)319.87º68.44%88.24%-
XYZ40.9423.5742.44-
YUV128.79153.52196.62-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.87%
GREEN value IS 71 (28.12% from 255) = 15.11%
BLUE value IS 174 (68.36% from 255) = 37.02%
R=47.87%
G=15.11%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257117400.680.230.12319.8771.9658.04
HexE147AE04417C140483a
Octal3411072560104271450011072
Binary11100001100011110101110010001001011111001010000001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E147AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E147AE; }

 p { color: rgb(225,71,174); }

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

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

 a { background-color: rgb(225,71,174); }

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

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

 span { border-color: rgb(225,71,174); }

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