#E450B0

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

Shades of Brilliant Rose #E450B0

Tints of Brilliant Rose #E450B0

Color information

#E450B0 (or 0xE450B0) is unknown color: approx Brilliant Rose. HEX triplet: E4, 50 and B0. RGB value is (228,80,176). Sum of RGB (Red+Green+Blue) = 228+80+176=484 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.11% from 484); Green value is 80 (31.64% from 255 or 16.53% from 484); Blue value is 176 (69.14% from 255 or 36.36% from 484); Max value from RGB is 228 - color contains mainly: red. Hex color #E450B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E450B0 is #1BAF4F. Grayscale: #868686. Windows color (decimal): -1814352 or 11555044. OLE color: 11555044.

HSL color Cylindrical-coordinate representation of color #E450B0: hue angle of 321.08º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E450B0 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB22880176-
CMYK00.650.230.11
HSL321.08º73.27%60.39%-
HSV(B)321.08º64.91%89.41%-
XYZ42.725.3743.72-
YUV135.2151.03194.19-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.11%
GREEN value IS 80 (31.64% from 255) = 16.53%
BLUE value IS 176 (69.14% from 255) = 36.36%
R=47.11%
G=16.53%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2288017600.650.230.11321.0873.2760.39
HexE450B004117B141493c
Octal3441202600101271350111174
Binary11100100101000010110000010000011011110111010000011001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E450B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E450B0; }

 p { color: rgb(228,80,176); }

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

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

 a { background-color: rgb(228,80,176); }

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

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

 span { border-color: rgb(228,80,176); }

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