#E84BB0

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

Shades of Brilliant Rose #E84BB0

Tints of Brilliant Rose #E84BB0

Color information

#E84BB0 (or 0xE84BB0) is unknown color: approx Brilliant Rose. HEX triplet: E8, 4B and B0. RGB value is (232,75,176). Sum of RGB (Red+Green+Blue) = 232+75+176=483 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.03% from 483); Green value is 75 (29.69% from 255 or 15.53% from 483); Blue value is 176 (69.14% from 255 or 36.44% from 483); Max value from RGB is 232 - color contains mainly: red. Hex color #E84BB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E84BB0 is #17B44F. Grayscale: #858585. Windows color (decimal): -1553488 or 11553768. OLE color: 11553768.

HSL color Cylindrical-coordinate representation of color #E84BB0: hue angle of 321.4º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E84BB0 is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB23275176-
CMYK00.680.240.09
HSL321.4º77.34%60.2%-
HSV(B)321.4º67.67%90.98%-
XYZ43.6325.3243.66-
YUV133.46152.01198.29-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.03%
GREEN value IS 75 (29.69% from 255) = 15.53%
BLUE value IS 176 (69.14% from 255) = 36.44%
R=48.03%
G=15.53%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2327517600.680.240.09321.477.3460.2
HexE84BB00441891414d3c
Octal3501132600104301150111574
Binary11101000100101110110000010001001100010011010000011001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E84BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E84BB0; }

 p { color: rgb(232,75,176); }

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

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

 a { background-color: rgb(232,75,176); }

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

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

 span { border-color: rgb(232,75,176); }

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