#E450AE

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

Shades of Brilliant Rose #E450AE

Tints of Brilliant Rose #E450AE

Color information

#E450AE (or 0xE450AE) is unknown color: approx Brilliant Rose. HEX triplet: E4, 50 and AE. RGB value is (228,80,174). Sum of RGB (Red+Green+Blue) = 228+80+174=482 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.30% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 228 - color contains mainly: red. Hex color #E450AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E450AE is #1BAF51. Grayscale: #868686. Windows color (decimal): -1814354 or 11423972. OLE color: 11423972.

HSL color Cylindrical-coordinate representation of color #E450AE: hue angle of 321.89º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E450AE is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB22880174-
CMYK00.650.240.11
HSL321.89º73.27%60.39%-
HSV(B)321.89º64.91%89.41%-
XYZ42.525.2942.69-
YUV134.97150.03194.36-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.30%
GREEN value IS 80 (31.64% from 255) = 16.60%
BLUE value IS 174 (68.36% from 255) = 36.10%
R=47.30%
G=16.60%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2288017400.650.240.11321.8973.2760.39
HexE450AE04118B142493c
Octal3441202560101301350211174
Binary11100100101000010101110010000011100010111010000101001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E450AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E450AE; }

 p { color: rgb(228,80,174); }

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

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

 a { background-color: rgb(228,80,174); }

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

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

 span { border-color: rgb(228,80,174); }

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