#E449AC

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

Shades of Brilliant Rose #E449AC

Tints of Brilliant Rose #E449AC

Color information

#E449AC (or 0xE449AC) is unknown color: approx Brilliant Rose. HEX triplet: E4, 49 and AC. RGB value is (228,73,172). Sum of RGB (Red+Green+Blue) = 228+73+172=473 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.20% from 473); Green value is 73 (28.91% from 255 or 15.43% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 228 - color contains mainly: red. Hex color #E449AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E449AC is #1BB653. Grayscale: #828282. Windows color (decimal): -1816148 or 11291108. OLE color: 11291108.

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

Color convert

RGB22873172-
CMYK00.680.250.11
HSL321.68º74.16%59.02%-
HSV(B)321.68º67.98%89.41%-
XYZ41.8224.2441.5-
YUV130.63151.35197.45-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.20%
GREEN value IS 73 (28.91% from 255) = 15.43%
BLUE value IS 172 (67.58% from 255) = 36.36%
R=48.20%
G=15.43%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2287317200.680.250.11321.6874.1659.02
HexE449AC04419B1424a3b
Octal3441112540104311350211273
Binary11100100100100110101100010001001100110111010000101001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E449AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E449AC; }

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

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

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

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

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

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

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

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