#E54CB1

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

Shades of Brilliant Rose #E54CB1

Tints of Brilliant Rose #E54CB1

Color information

#E54CB1 (or 0xE54CB1) is unknown color: approx Brilliant Rose. HEX triplet: E5, 4C and B1. RGB value is (229,76,177). Sum of RGB (Red+Green+Blue) = 229+76+177=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 76 (30.08% from 255 or 15.77% from 482); Blue value is 177 (69.53% from 255 or 36.72% from 482); Max value from RGB is 229 - color contains mainly: red. Hex color #E54CB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54CB1 is #1AB34E. Grayscale: #858585. Windows color (decimal): -1749839 or 11619557. OLE color: 11619557.

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

Color convert

RGB22976177-
CMYK00.670.230.10
HSL320.39º74.63%59.8%-
HSV(B)320.39º66.81%89.8%-
XYZ42.832544.16-
YUV133.26152.69196.29-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.51%
GREEN value IS 76 (30.08% from 255) = 15.77%
BLUE value IS 177 (69.53% from 255) = 36.72%
R=47.51%
G=15.77%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297617700.670.230.10320.3974.6359.8
HexE54CB104317A1404b3c
Octal3451142610103271250011374
Binary11100101100110010110001010000111011110101010000001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54CB1; }

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

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

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

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

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

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

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

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