#E555B1

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

Shades of Brilliant Rose #E555B1

Tints of Brilliant Rose #E555B1

Color information

#E555B1 (or 0xE555B1) is unknown color: approx Brilliant Rose. HEX triplet: E5, 55 and B1. RGB value is (229,85,177). Sum of RGB (Red+Green+Blue) = 229+85+177=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E555B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E555B1 is #1AAA4E. Grayscale: #8A8A8A. Windows color (decimal): -1747535 or 11621861. OLE color: 11621861.

HSL color Cylindrical-coordinate representation of color #E555B1: hue angle of 321.67º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E555B1 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB22985177-
CMYK00.630.230.10
HSL321.67º73.47%61.57%-
HSV(B)321.67º62.88%89.8%-
XYZ43.526.3344.38-
YUV138.54149.71192.52-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.64%
GREEN value IS 85 (33.59% from 255) = 17.31%
BLUE value IS 177 (69.53% from 255) = 36.05%
R=46.64%
G=17.31%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298517700.630.230.10321.6773.4761.57
HexE555B103F17A142493e
Octal345125261077271250211176
Binary1110010110101011011000101111111011110101010000101001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E555B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E555B1; }

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

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

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

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

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

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

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

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