#E95B9E

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

Shades of Brilliant Rose #E95B9E

Tints of Brilliant Rose #E95B9E

Color information

#E95B9E (or 0xE95B9E) is unknown color: approx Brilliant Rose. HEX triplet: E9, 5B and 9E. RGB value is (233,91,158). Sum of RGB (Red+Green+Blue) = 233+91+158=482 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.34% from 482); Green value is 91 (35.94% from 255 or 18.88% from 482); Blue value is 158 (62.11% from 255 or 32.78% from 482); Max value from RGB is 233 - color contains mainly: red. Hex color #E95B9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95B9E is #16A461. Grayscale: #8C8C8C. Windows color (decimal): -1483874 or 10378217. OLE color: 10378217.

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

Color convert

RGB23391158-
CMYK00.610.320.09
HSL331.69º76.34%63.53%-
HSV(B)331.69º60.94%91.37%-
XYZ43.5227.2735.32-
YUV141.1137.54193.55-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.34%
GREEN value IS 91 (35.94% from 255) = 18.88%
BLUE value IS 158 (62.11% from 255) = 32.78%
R=48.34%
G=18.88%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339115800.610.320.09331.6976.3463.53
HexE95B9E03D20914c4c40
Octal3511332360754011514114100
Binary111010011011011100111100111101100000100110100110010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95B9E; }

 p { color: rgb(233,91,158); }

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

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

 a { background-color: rgb(233,91,158); }

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

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

 span { border-color: rgb(233,91,158); }

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