#E950B8

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

Shades of Brilliant Rose #E950B8

Tints of Brilliant Rose #E950B8

Color information

#E950B8 (or 0xE950B8) is unknown color: approx Brilliant Rose. HEX triplet: E9, 50 and B8. RGB value is (233,80,184). Sum of RGB (Red+Green+Blue) = 233+80+184=497 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.88% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 184 (72.27% from 255 or 37.02% from 497); Max value from RGB is 233 - color contains mainly: red. Hex color #E950B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E950B8 is #16AF47. Grayscale: #898989. Windows color (decimal): -1486664 or 12079337. OLE color: 12079337.

HSL color Cylindrical-coordinate representation of color #E950B8: hue angle of 319.22º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E950B8 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.09.

Color convert

RGB23380184-
CMYK00.660.210.09
HSL319.22º77.66%61.37%-
HSV(B)319.22º65.67%91.37%-
XYZ45.1226.5248.09-
YUV137.6154.19196.04-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.88%
GREEN value IS 80 (31.64% from 255) = 16.10%
BLUE value IS 184 (72.27% from 255) = 37.02%
R=46.88%
G=16.10%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338018400.660.210.09319.2277.6661.37
HexE950B804215913f4e3d
Octal3511202700102251147711675
Binary11101001101000010111000010000101010110011001111111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E950B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E950B8; }

 p { color: rgb(233,80,184); }

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

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

 a { background-color: rgb(233,80,184); }

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

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

 span { border-color: rgb(233,80,184); }

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