#E448B4

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

Shades of Brilliant Rose #E448B4

Tints of Brilliant Rose #E448B4

Color information

#E448B4 (or 0xE448B4) is unknown color: approx Brilliant Rose. HEX triplet: E4, 48 and B4. RGB value is (228,72,180). Sum of RGB (Red+Green+Blue) = 228+72+180=480 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.5% from 480); Green value is 72 (28.52% from 255 or 15% from 480); Blue value is 180 (70.70% from 255 or 37.5% from 480); Max value from RGB is 228 - color contains mainly: red. Hex color #E448B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E448B4 is #1BB74B. Grayscale: #828282. Windows color (decimal): -1816396 or 11815140. OLE color: 11815140.

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

Color convert

RGB22872180-
CMYK00.680.210.11
HSL318.46º74.29%58.82%-
HSV(B)318.46º68.42%89.41%-
XYZ42.5524.4245.65-
YUV130.96155.68197.22-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.5%
GREEN value IS 72 (28.52% from 255) = 15%
BLUE value IS 180 (70.70% from 255) = 37.5%
R=47.5%
G=15%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2287218000.680.210.11318.4674.2958.82
HexE448B404415B13e4a3b
Octal3441102640104251347611273
Binary11100100100100010110100010001001010110111001111101001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E448B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E448B4; }

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

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

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

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

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

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

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

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