#E449A8

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

Shades of Brilliant Rose #E449A8

Tints of Brilliant Rose #E449A8

Color information

#E449A8 (or 0xE449A8) is unknown color: approx Brilliant Rose. HEX triplet: E4, 49 and A8. RGB value is (228,73,168). Sum of RGB (Red+Green+Blue) = 228+73+168=469 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.61% from 469); Green value is 73 (28.91% from 255 or 15.57% from 469); Blue value is 168 (66.02% from 255 or 35.82% from 469); Max value from RGB is 228 - color contains mainly: red. Hex color #E449A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E449A8 is #1BB657. Grayscale: #818181. Windows color (decimal): -1816152 or 11028964. OLE color: 11028964.

HSL color Cylindrical-coordinate representation of color #E449A8: hue angle of 323.23º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E449A8 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB22873168-
CMYK00.680.260.11
HSL323.23º74.16%59.02%-
HSV(B)323.23º67.98%89.41%-
XYZ41.4524.0939.51-
YUV130.18149.35197.78-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.61%
GREEN value IS 73 (28.91% from 255) = 15.57%
BLUE value IS 168 (66.02% from 255) = 35.82%
R=48.61%
G=15.57%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2287316800.680.260.11323.2374.1659.02
HexE449A80441AB1434a3b
Octal3441112500104321350311273
Binary11100100100100110101000010001001101010111010000111001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E449A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E449A8; }

 p { color: rgb(228,73,168); }

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

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

 a { background-color: rgb(228,73,168); }

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

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

 span { border-color: rgb(228,73,168); }

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