#E454AB

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

Shades of Brilliant Rose #E454AB

Tints of Brilliant Rose #E454AB

Color information

#E454AB (or 0xE454AB) is unknown color: approx Brilliant Rose. HEX triplet: E4, 54 and AB. RGB value is (228,84,171). Sum of RGB (Red+Green+Blue) = 228+84+171=483 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.20% from 483); Green value is 84 (33.20% from 255 or 17.39% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 228 - color contains mainly: red. Hex color #E454AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E454AB is #1BAB54. Grayscale: #888888. Windows color (decimal): -1813333 or 11228388. OLE color: 11228388.

HSL color Cylindrical-coordinate representation of color #E454AB: hue angle of 323.75º 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 #E454AB is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB22884171-
CMYK00.630.250.11
HSL323.75º72.73%61.18%-
HSV(B)323.75º63.16%89.41%-
XYZ42.5225.7741.26-
YUV136.97147.21192.93-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.20%
GREEN value IS 84 (33.20% from 255) = 17.39%
BLUE value IS 171 (67.19% from 255) = 35.40%
R=47.20%
G=17.39%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2288417100.630.250.11323.7572.7361.18
HexE454AB03F19B144493d
Octal344124253077311350411175
Binary1110010010101001010101101111111100110111010001001001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E454AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E454AB; }

 p { color: rgb(228,84,171); }

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

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

 a { background-color: rgb(228,84,171); }

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

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

 span { border-color: rgb(228,84,171); }

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