#E95F9C

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

Shades of Brilliant Rose #E95F9C

Tints of Brilliant Rose #E95F9C

Color information

#E95F9C (or 0xE95F9C) is unknown color: approx Brilliant Rose. HEX triplet: E9, 5F and 9C. RGB value is (233,95,156). Sum of RGB (Red+Green+Blue) = 233+95+156=484 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.14% from 484); Green value is 95 (37.5% from 255 or 19.63% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 233 - color contains mainly: red. Hex color #E95F9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95F9C is #16A063. Grayscale: #8F8F8F. Windows color (decimal): -1482852 or 10248169. OLE color: 10248169.

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

Color convert

RGB23395156-
CMYK00.590.330.09
HSL333.48º75.82%64.31%-
HSV(B)333.48º59.23%91.37%-
XYZ43.727.9134.54-
YUV143.22135.22192.04-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.14%
GREEN value IS 95 (37.5% from 255) = 19.63%
BLUE value IS 156 (61.33% from 255) = 32.23%
R=48.14%
G=19.63%
B=32.23%

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
Decimal2339515600.590.330.09333.4875.8264.31
HexE95F9C03B21914d4c40
Octal3511372340734111515114100
Binary111010011011111100111000111011100001100110100110110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95F9C; }

 p { color: rgb(233,95,156); }

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

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

 a { background-color: rgb(233,95,156); }

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

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

 span { border-color: rgb(233,95,156); }

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