#E455B1

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

Shades of Brilliant Rose #E455B1

Tints of Brilliant Rose #E455B1

Color information

#E455B1 (or 0xE455B1) is unknown color: approx Brilliant Rose. HEX triplet: E4, 55 and B1. RGB value is (228,85,177). Sum of RGB (Red+Green+Blue) = 228+85+177=490 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.53% from 490); Green value is 85 (33.59% from 255 or 17.35% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 228 - color contains mainly: red. Hex color #E455B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E455B1 is #1BAA4E. Grayscale: #8A8A8A. Windows color (decimal): -1813071 or 11621860. OLE color: 11621860.

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

Color convert

RGB22885177-
CMYK00.630.220.11
HSL321.4º72.59%61.37%-
HSV(B)321.4º62.72%89.41%-
XYZ43.1826.1744.37-
YUV138.24149.88192.02-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 46.53%
GREEN value IS 85 (33.59% from 255) = 17.35%
BLUE value IS 177 (69.53% from 255) = 36.12%
R=46.53%
G=17.35%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2288517700.630.220.11321.472.5961.37
HexE455B103F16B141493d
Octal344125261077261350111175
Binary1110010010101011011000101111111011010111010000011001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E455B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E455B1; }

 p { color: rgb(228,85,177); }

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

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

 a { background-color: rgb(228,85,177); }

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

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

 span { border-color: rgb(228,85,177); }

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