#E9609D

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

Shades of Brilliant Rose #E9609D

Tints of Brilliant Rose #E9609D

Color information

#E9609D (or 0xE9609D) is unknown color: approx Brilliant Rose. HEX triplet: E9, 60 and 9D. RGB value is (233,96,157). Sum of RGB (Red+Green+Blue) = 233+96+157=486 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.94% from 486); Green value is 96 (37.89% from 255 or 19.75% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 233 - color contains mainly: red. Hex color #E9609D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9609D is #169F62. Grayscale: #8F8F8F. Windows color (decimal): -1482595 or 10313961. OLE color: 10313961.

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

Color convert

RGB23396157-
CMYK00.590.330.09
HSL333.28º75.69%64.51%-
HSV(B)333.28º58.8%91.37%-
XYZ43.8728.1235.01-
YUV143.92135.39191.54-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.94%
GREEN value IS 96 (37.89% from 255) = 19.75%
BLUE value IS 157 (61.72% from 255) = 32.30%
R=47.94%
G=19.75%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339615700.590.330.09333.2875.6964.51
HexE9609D03B21914d4c41
Octal3511402350734111515114101
Binary111010011100000100111010111011100001100110100110110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9609D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9609D; }

 p { color: rgb(233,96,157); }

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

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

 a { background-color: rgb(233,96,157); }

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

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

 span { border-color: rgb(233,96,157); }

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