#e85d9c

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

Shades of Brilliant Rose #E85D9C

Tints of Brilliant Rose #E85D9C

Color information

#E85D9C (or 0xE85D9C) is unknown color: approx Brilliant Rose. HEX triplet: E8, 5D and 9C. RGB value is (232,93,156). Sum of RGB (Red+Green+Blue) = 232+93+156=481 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.23% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85D9C is #17A263. Grayscale: #8D8D8D. Windows color (decimal): -1548900 or 10247656. OLE color: 10247656.

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

Color convert

RGB23293156-
CMYK00.600.330.09
HSL332.81º75.14%63.73%-
HSV(B)332.81º59.91%90.98%-
XYZ43.1927.3834.46-
YUV141.74136.05192.38-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.23%
GREEN value IS 93 (36.72% from 255) = 19.33%
BLUE value IS 156 (61.33% from 255) = 32.43%
R=48.23%
G=19.33%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329315600.600.330.09332.8175.1463.73
HexE85D9C03C21914d4b40
Octal3501352340744111515113100
Binary111010001011101100111000111100100001100110100110110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e85d9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e85d9c; }

 p { color: rgb(232,93,156); }

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

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

 a { background-color: rgb(232,93,156); }

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

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

 span { border-color: rgb(232,93,156); }

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