#E1549D

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

Shades of Brilliant Rose #E1549D

Tints of Brilliant Rose #E1549D

Color information

#E1549D (or 0xE1549D) is unknown color: approx Brilliant Rose. HEX triplet: E1, 54 and 9D. RGB value is (225,84,157). Sum of RGB (Red+Green+Blue) = 225+84+157=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E1549D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1549D is #1EAB62. Grayscale: #868686. Windows color (decimal): -2009955 or 10310881. OLE color: 10310881.

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

Color convert

RGB22584157-
CMYK00.630.300.12
HSL328.94º70.15%60.59%-
HSV(B)328.94º62.67%88.24%-
XYZ40.3124.7834.56-
YUV134.48140.71192.56-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.28%
GREEN value IS 84 (33.20% from 255) = 18.03%
BLUE value IS 157 (61.72% from 255) = 33.69%
R=48.28%
G=18.03%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258415700.630.300.12328.9470.1560.59
HexE1549D03F1EC149463d
Octal341124235077361451110675
Binary1110000110101001001110101111111111011001010010011000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1549D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1549D; }

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

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

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

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

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

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

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

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