#E95DAC

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

Shades of Brilliant Rose #E95DAC

Tints of Brilliant Rose #E95DAC

Color information

#E95DAC (or 0xE95DAC) is unknown color: approx Brilliant Rose. HEX triplet: E9, 5D and AC. RGB value is (233,93,172). Sum of RGB (Red+Green+Blue) = 233+93+172=498 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.79% from 498); Green value is 93 (36.72% from 255 or 18.67% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 233 - color contains mainly: red. Hex color #E95DAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95DAC is #16A253. Grayscale: #8F8F8F. Windows color (decimal): -1483348 or 11296233. OLE color: 11296233.

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

Color convert

RGB23393172-
CMYK00.600.260.09
HSL326.14º76.09%63.92%-
HSV(B)326.14º60.09%91.37%-
XYZ44.9728.1342.09-
YUV143.87143.88191.58-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.79%
GREEN value IS 93 (36.72% from 255) = 18.67%
BLUE value IS 172 (67.58% from 255) = 34.54%
R=46.79%
G=18.67%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339317200.600.260.09326.1476.0963.92
HexE95DAC03C1A91464c40
Octal3511352540743211506114100
Binary11101001101110110101100011110011010100110100011010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95DAC; }

 p { color: rgb(233,93,172); }

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

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

 a { background-color: rgb(233,93,172); }

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

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

 span { border-color: rgb(233,93,172); }

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