#E95EA4

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

Shades of Brilliant Rose #E95EA4

Tints of Brilliant Rose #E95EA4

Color information

#E95EA4 (or 0xE95EA4) is unknown color: approx Brilliant Rose. HEX triplet: E9, 5E and A4. RGB value is (233,94,164). Sum of RGB (Red+Green+Blue) = 233+94+164=491 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.45% from 491); Green value is 94 (37.11% from 255 or 19.14% from 491); Blue value is 164 (64.45% from 255 or 33.40% from 491); Max value from RGB is 233 - color contains mainly: red. Hex color #E95EA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95EA4 is #16A15B. Grayscale: #8F8F8F. Windows color (decimal): -1483100 or 10772201. OLE color: 10772201.

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

Color convert

RGB23394164-
CMYK00.600.300.09
HSL329.78º75.96%64.12%-
HSV(B)329.78º59.66%91.37%-
XYZ44.3128.0138.19-
YUV143.54139.55191.81-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.45%
GREEN value IS 94 (37.11% from 255) = 19.14%
BLUE value IS 164 (64.45% from 255) = 33.40%
R=47.45%
G=19.14%
B=33.40%

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
Decimal2339416400.600.300.09329.7875.9664.12
HexE95EA403C1E914a4c40
Octal3511362440743611512114100
Binary11101001101111010100100011110011110100110100101010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95EA4; }

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

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

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

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

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

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

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

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