#E150AD

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

Shades of Brilliant Rose #E150AD

Tints of Brilliant Rose #E150AD

Color information

#E150AD (or 0xE150AD) is unknown color: approx Brilliant Rose. HEX triplet: E1, 50 and AD. RGB value is (225,80,173). Sum of RGB (Red+Green+Blue) = 225+80+173=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 80 (31.64% from 255 or 16.74% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E150AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E150AD is #1EAF52. Grayscale: #858585. Windows color (decimal): -2010963 or 11358433. OLE color: 11358433.

HSL color Cylindrical-coordinate representation of color #E150AD: hue angle of 321.52º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E150AD is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB22580173-
CMYK00.640.230.12
HSL321.52º70.73%59.8%-
HSV(B)321.52º64.44%88.24%-
XYZ41.4624.7642.13-
YUV133.96150.04192.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.07%
GREEN value IS 80 (31.64% from 255) = 16.74%
BLUE value IS 173 (67.97% from 255) = 36.19%
R=47.07%
G=16.74%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258017300.640.230.12321.5270.7359.8
HexE150AD04017C142473c
Octal3411202550100271450210774
Binary11100001101000010101101010000001011111001010000101000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E150AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E150AD; }

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

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

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

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

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

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

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

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