#E147AD

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

Shades of Brilliant Rose #E147AD

Tints of Brilliant Rose #E147AD

Color information

#E147AD (or 0xE147AD) is unknown color: approx Brilliant Rose. HEX triplet: E1, 47 and AD. RGB value is (225,71,173). Sum of RGB (Red+Green+Blue) = 225+71+173=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 71 (28.12% from 255 or 15.14% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E147AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E147AD is #1EB852. Grayscale: #808080. Windows color (decimal): -2013267 or 11356129. OLE color: 11356129.

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

Color convert

RGB22571173-
CMYK00.680.230.12
HSL320.26º71.96%58.04%-
HSV(B)320.26º68.44%88.24%-
XYZ40.8523.5341.92-
YUV128.67153.02196.71-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.97%
GREEN value IS 71 (28.12% from 255) = 15.14%
BLUE value IS 173 (67.97% from 255) = 36.89%
R=47.97%
G=15.14%
B=36.89%

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
Decimal2257117300.680.230.12320.2671.9658.04
HexE147AD04417C140483a
Octal3411072550104271450011072
Binary11100001100011110101101010001001011111001010000001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E147AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E147AD; }

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

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

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

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

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

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

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

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