#E448A5

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

Shades of Brilliant Rose #E448A5

Tints of Brilliant Rose #E448A5

Color information

#E448A5 (or 0xE448A5) is unknown color: approx Brilliant Rose. HEX triplet: E4, 48 and A5. RGB value is (228,72,165). Sum of RGB (Red+Green+Blue) = 228+72+165=465 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.03% from 465); Green value is 72 (28.52% from 255 or 15.48% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 228 - color contains mainly: red. Hex color #E448A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E448A5 is #1BB75A. Grayscale: #818181. Windows color (decimal): -1816411 or 10832100. OLE color: 10832100.

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

Color convert

RGB22872165-
CMYK00.680.280.11
HSL324.23º74.29%58.82%-
HSV(B)324.23º68.42%89.41%-
XYZ41.123.8538.03-
YUV129.25148.18198.44-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 49.03%
GREEN value IS 72 (28.52% from 255) = 15.48%
BLUE value IS 165 (64.84% from 255) = 35.48%
R=49.03%
G=15.48%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.28
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2287216500.680.280.11324.2374.2958.82
HexE448A50441CB1444a3b
Octal3441102450104341350411273
Binary11100100100100010100101010001001110010111010001001001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E448A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E448A5; }

 p { color: rgb(228,72,165); }

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

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

 a { background-color: rgb(228,72,165); }

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

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

 span { border-color: rgb(228,72,165); }

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