#E95DA7

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

Shades of Brilliant Rose #E95DA7

Tints of Brilliant Rose #E95DA7

Color information

#E95DA7 (or 0xE95DA7) is unknown color: approx Brilliant Rose. HEX triplet: E9, 5D and A7. RGB value is (233,93,167). Sum of RGB (Red+Green+Blue) = 233+93+167=493 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.26% from 493); Green value is 93 (36.72% from 255 or 18.86% from 493); Blue value is 167 (65.62% from 255 or 33.87% from 493); Max value from RGB is 233 - color contains mainly: red. Hex color #E95DA7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95DA7 is #16A258. Grayscale: #8F8F8F. Windows color (decimal): -1483353 or 10968553. OLE color: 10968553.

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

Color convert

RGB23393167-
CMYK00.600.280.09
HSL328.29º76.09%63.92%-
HSV(B)328.29º60.09%91.37%-
XYZ44.4927.9439.61-
YUV143.3141.38191.98-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.26%
GREEN value IS 93 (36.72% from 255) = 18.86%
BLUE value IS 167 (65.62% from 255) = 33.87%
R=47.26%
G=18.86%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339316700.600.280.09328.2976.0963.92
HexE95DA703C1C91484c40
Octal3511352470743411510114100
Binary11101001101110110100111011110011100100110100100010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95DA7; }

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

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

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

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

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

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

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

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