#E95DA4

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

Shades of Brilliant Rose #E95DA4

Tints of Brilliant Rose #E95DA4

Color information

#E95DA4 (or 0xE95DA4) is unknown color: approx Brilliant Rose. HEX triplet: E9, 5D and A4. RGB value is (233,93,164). Sum of RGB (Red+Green+Blue) = 233+93+164=490 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.55% from 490); Green value is 93 (36.72% from 255 or 18.98% from 490); Blue value is 164 (64.45% from 255 or 33.47% from 490); Max value from RGB is 233 - color contains mainly: red. Hex color #E95DA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95DA4 is #16A25B. Grayscale: #8E8E8E. Windows color (decimal): -1483356 or 10771945. OLE color: 10771945.

HSL color Cylindrical-coordinate representation of color #E95DA4: hue angle of 329.57º 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 #E95DA4 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB23393164-
CMYK00.600.300.09
HSL329.57º76.09%63.92%-
HSV(B)329.57º60.09%91.37%-
XYZ44.2227.8338.16-
YUV142.95139.88192.23-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.55%
GREEN value IS 93 (36.72% from 255) = 18.98%
BLUE value IS 164 (64.45% from 255) = 33.47%
R=47.55%
G=18.98%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339316400.600.300.09329.5776.0963.92
HexE95DA403C1E914a4c40
Octal3511352440743611512114100
Binary11101001101110110100100011110011110100110100101010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95DA4; }

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

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

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

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

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

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

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

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