#E95CAB

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

Shades of Brilliant Rose #E95CAB

Tints of Brilliant Rose #E95CAB

Color information

#E95CAB (or 0xE95CAB) is unknown color: approx Brilliant Rose. HEX triplet: E9, 5C and AB. RGB value is (233,92,171). Sum of RGB (Red+Green+Blue) = 233+92+171=496 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.98% from 496); Green value is 92 (36.33% from 255 or 18.55% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 233 - color contains mainly: red. Hex color #E95CAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95CAB is #16A354. Grayscale: #8E8E8E. Windows color (decimal): -1483605 or 11230441. OLE color: 11230441.

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

Color convert

RGB23392171-
CMYK00.610.270.09
HSL326.38º76.22%63.73%-
HSV(B)326.38º60.52%91.37%-
XYZ44.7827.9241.56-
YUV143.16143.71192.08-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.98%
GREEN value IS 92 (36.33% from 255) = 18.55%
BLUE value IS 171 (67.19% from 255) = 34.48%
R=46.98%
G=18.55%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339217100.610.270.09326.3876.2263.73
HexE95CAB03D1B91464c40
Octal3511342530753311506114100
Binary11101001101110010101011011110111011100110100011010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95CAB; }

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

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

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

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

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

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

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

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