#E95FA8

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

Shades of Brilliant Rose #E95FA8

Tints of Brilliant Rose #E95FA8

Color information

#E95FA8 (or 0xE95FA8) is unknown color: approx Brilliant Rose. HEX triplet: E9, 5F and A8. RGB value is (233,95,168). Sum of RGB (Red+Green+Blue) = 233+95+168=496 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.98% from 496); Green value is 95 (37.5% from 255 or 19.15% from 496); Blue value is 168 (66.02% from 255 or 33.87% from 496); Max value from RGB is 233 - color contains mainly: red. Hex color #E95FA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95FA8 is #16A057. Grayscale: #909090. Windows color (decimal): -1482840 or 11034601. OLE color: 11034601.

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

Color convert

RGB23395168-
CMYK00.590.280.09
HSL328.26º75.82%64.31%-
HSV(B)328.26º59.23%91.37%-
XYZ44.7628.3440.16-
YUV144.58141.22191.06-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.98%
GREEN value IS 95 (37.5% from 255) = 19.15%
BLUE value IS 168 (66.02% from 255) = 33.87%
R=46.98%
G=19.15%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339516800.590.280.09328.2675.8264.31
HexE95FA803B1C91484c40
Octal3511372500733411510114100
Binary11101001101111110101000011101111100100110100100010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95FA8; }

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

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

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

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

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

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

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

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