#E448A2

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

Shades of Brilliant Rose #E448A2

Tints of Brilliant Rose #E448A2

Color information

#E448A2 (or 0xE448A2) is unknown color: approx Brilliant Rose. HEX triplet: E4, 48 and A2. RGB value is (228,72,162). Sum of RGB (Red+Green+Blue) = 228+72+162=462 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.35% from 462); Green value is 72 (28.52% from 255 or 15.58% from 462); Blue value is 162 (63.67% from 255 or 35.06% from 462); Max value from RGB is 228 - color contains mainly: red. Hex color #E448A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E448A2 is #1BB75D. Grayscale: #808080. Windows color (decimal): -1816414 or 10635492. OLE color: 10635492.

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

Color convert

RGB22872162-
CMYK00.680.290.11
HSL325.38º74.29%58.82%-
HSV(B)325.38º68.42%89.41%-
XYZ40.8323.7436.61-
YUV128.9146.68198.68-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 49.35%
GREEN value IS 72 (28.52% from 255) = 15.58%
BLUE value IS 162 (63.67% from 255) = 35.06%
R=49.35%
G=15.58%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2287216200.680.290.11325.3874.2958.82
HexE448A20441DB1454a3b
Octal3441102420104351350511273
Binary11100100100100010100010010001001110110111010001011001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E448A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E448A2; }

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

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

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

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

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

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

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

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