#e54cb4

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

Shades of Brilliant Rose #E54CB4

Tints of Brilliant Rose #E54CB4

Color information

#E54CB4 (or 0xE54CB4) is unknown color: approx Brilliant Rose. HEX triplet: E5, 4C and B4. RGB value is (229,76,180). Sum of RGB (Red+Green+Blue) = 229+76+180=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 76 (30.08% from 255 or 15.67% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E54CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54CB4 is #1AB34B. Grayscale: #858585. Windows color (decimal): -1749836 or 11816165. OLE color: 11816165.

HSL color Cylindrical-coordinate representation of color #E54CB4: hue angle of 319.22º 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 #E54CB4 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB22976180-
CMYK00.670.210.10
HSL319.22º74.63%59.8%-
HSV(B)319.22º66.81%89.8%-
XYZ43.1425.1245.76-
YUV133.6154.19196.04-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.22%
GREEN value IS 76 (30.08% from 255) = 15.67%
BLUE value IS 180 (70.70% from 255) = 37.11%
R=47.22%
G=15.67%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.21
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297618000.670.210.10319.2274.6359.8
HexE54CB404315A13f4b3c
Octal3451142640103251247711374
Binary11100101100110010110100010000111010110101001111111001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e54cb4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e54cb4; }

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

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

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

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

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

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

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

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