#E448A7

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

Shades of Brilliant Rose #E448A7

Tints of Brilliant Rose #E448A7

Color information

#E448A7 (or 0xE448A7) is unknown color: approx Brilliant Rose. HEX triplet: E4, 48 and A7. RGB value is (228,72,167). Sum of RGB (Red+Green+Blue) = 228+72+167=467 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.82% from 467); Green value is 72 (28.52% from 255 or 15.42% from 467); Blue value is 167 (65.62% from 255 or 35.76% from 467); Max value from RGB is 228 - color contains mainly: red. Hex color #E448A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E448A7 is #1BB758. Grayscale: #818181. Windows color (decimal): -1816409 or 10963172. OLE color: 10963172.

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

Color convert

RGB22872167-
CMYK00.680.270.11
HSL323.46º74.29%58.82%-
HSV(B)323.46º68.42%89.41%-
XYZ41.2923.9239-
YUV129.47149.18198.28-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.82%
GREEN value IS 72 (28.52% from 255) = 15.42%
BLUE value IS 167 (65.62% from 255) = 35.76%
R=48.82%
G=15.42%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2287216700.680.270.11323.4674.2958.82
HexE448A70441BB1434a3b
Octal3441102470104331350311273
Binary11100100100100010100111010001001101110111010000111001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E448A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E448A7; }

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

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

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

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

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

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

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

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