#E154B1

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

Shades of Brilliant Rose #E154B1

Tints of Brilliant Rose #E154B1

Color information

#E154B1 (or 0xE154B1) is unknown color: approx Brilliant Rose. HEX triplet: E1, 54 and B1. RGB value is (225,84,177). Sum of RGB (Red+Green+Blue) = 225+84+177=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 84 (33.20% from 255 or 17.28% from 486); Blue value is 177 (69.53% from 255 or 36.42% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E154B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E154B1 is #1EAB4E. Grayscale: #888888. Windows color (decimal): -2009935 or 11621601. OLE color: 11621601.

HSL color Cylindrical-coordinate representation of color #E154B1: hue angle of 320.43º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E154B1 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB22584177-
CMYK00.630.210.12
HSL320.43º70.15%60.59%-
HSV(B)320.43º62.67%88.24%-
XYZ42.1625.5244.3-
YUV136.76150.71190.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.30%
GREEN value IS 84 (33.20% from 255) = 17.28%
BLUE value IS 177 (69.53% from 255) = 36.42%
R=46.30%
G=17.28%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258417700.630.210.12320.4370.1560.59
HexE154B103F15C140463d
Octal341124261077251450010675
Binary1110000110101001011000101111111010111001010000001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E154B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E154B1; }

 p { color: rgb(225,84,177); }

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

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

 a { background-color: rgb(225,84,177); }

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

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

 span { border-color: rgb(225,84,177); }

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