#E95C98

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

Shades of Brilliant Rose #E95C98

Tints of Brilliant Rose #E95C98

Color information

#E95C98 (or 0xE95C98) is unknown color: approx Brilliant Rose. HEX triplet: E9, 5C and 98. RGB value is (233,92,152). Sum of RGB (Red+Green+Blue) = 233+92+152=477 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.85% from 477); Green value is 92 (36.33% from 255 or 19.29% from 477); Blue value is 152 (59.77% from 255 or 31.87% from 477); Max value from RGB is 233 - color contains mainly: red. Hex color #E95C98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95C98 is #16A367. Grayscale: #8C8C8C. Windows color (decimal): -1483624 or 9985257. OLE color: 9985257.

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

Color convert

RGB23392152-
CMYK00.610.350.09
HSL334.47º76.22%63.73%-
HSV(B)334.47º60.52%91.37%-
XYZ43.127.2432.69-
YUV141134.21193.62-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.85%
GREEN value IS 92 (36.33% from 255) = 19.29%
BLUE value IS 152 (59.77% from 255) = 31.87%
R=48.85%
G=19.29%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339215200.610.350.09334.4776.2263.73
HexE95C9803D23914e4c40
Octal3511342300754311516114100
Binary111010011011100100110000111101100011100110100111010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95C98; }

 p { color: rgb(233,92,152); }

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

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

 a { background-color: rgb(233,92,152); }

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

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

 span { border-color: rgb(233,92,152); }

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