#E150B5

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

Shades of Brilliant Rose #E150B5

Tints of Brilliant Rose #E150B5

Color information

#E150B5 (or 0xE150B5) is unknown color: approx Brilliant Rose. HEX triplet: E1, 50 and B5. RGB value is (225,80,181). Sum of RGB (Red+Green+Blue) = 225+80+181=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 80 (31.64% from 255 or 16.46% from 486); Blue value is 181 (71.09% from 255 or 37.24% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E150B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E150B5 is #1EAF4A. Grayscale: #868686. Windows color (decimal): -2010955 or 11882721. OLE color: 11882721.

HSL color Cylindrical-coordinate representation of color #E150B5: hue angle of 318.21º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E150B5 is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB22580181-
CMYK00.640.200.12
HSL318.21º70.73%59.8%-
HSV(B)318.21º64.44%88.24%-
XYZ42.2625.0846.33-
YUV134.87154.04192.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.30%
GREEN value IS 80 (31.64% from 255) = 16.46%
BLUE value IS 181 (71.09% from 255) = 37.24%
R=46.30%
G=16.46%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258018100.640.200.12318.2170.7359.8
HexE150B504014C13e473c
Octal3411202650100241447610774
Binary11100001101000010110101010000001010011001001111101000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E150B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E150B5; }

 p { color: rgb(225,80,181); }

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

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

 a { background-color: rgb(225,80,181); }

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

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

 span { border-color: rgb(225,80,181); }

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