#E151B4

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

Shades of Brilliant Rose #E151B4

Tints of Brilliant Rose #E151B4

Color information

#E151B4 (or 0xE151B4) is unknown color: approx Brilliant Rose. HEX triplet: E1, 51 and B4. RGB value is (225,81,180). Sum of RGB (Red+Green+Blue) = 225+81+180=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 81 (32.03% from 255 or 16.67% from 486); Blue value is 180 (70.70% from 255 or 37.04% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E151B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E151B4 is #1EAE4B. Grayscale: #878787. Windows color (decimal): -2010700 or 11817441. OLE color: 11817441.

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

Color convert

RGB22581180-
CMYK00.640.20.12
HSL318.75º70.59%60%-
HSV(B)318.75º64%88.24%-
XYZ42.2325.1945.82-
YUV135.34153.21191.95-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.30%
GREEN value IS 81 (32.03% from 255) = 16.67%
BLUE value IS 180 (70.70% from 255) = 37.04%
R=46.30%
G=16.67%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.2
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258118000.640.20.12318.7570.5960
HexE151B404014C13f473c
Octal3411212640100241447710774
Binary11100001101000110110100010000001010011001001111111000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E151B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E151B4; }

 p { color: rgb(225,81,180); }

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

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

 a { background-color: rgb(225,81,180); }

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

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

 span { border-color: rgb(225,81,180); }

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