#EB5B9C

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

Shades of Brilliant Rose #EB5B9C

Tints of Brilliant Rose #EB5B9C

Color information

#EB5B9C (or 0xEB5B9C) is unknown color: approx Brilliant Rose. HEX triplet: EB, 5B and 9C. RGB value is (235,91,156). Sum of RGB (Red+Green+Blue) = 235+91+156=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 91 (35.94% from 255 or 18.88% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5B9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5B9C is #14A463. Grayscale: #8D8D8D. Windows color (decimal): -1352804 or 10247147. OLE color: 10247147.

HSL color Cylindrical-coordinate representation of color #EB5B9C: hue angle of 332.92º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EB5B9C is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB23591156-
CMYK00.610.340.08
HSL332.92º78.26%63.92%-
HSV(B)332.92º61.28%92.16%-
XYZ4427.5434.45-
YUV141.47136.21194.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.76%
GREEN value IS 91 (35.94% from 255) = 18.88%
BLUE value IS 156 (61.33% from 255) = 32.37%
R=48.76%
G=18.88%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359115600.610.340.08332.9278.2663.92
HexEB5B9C03D22814d4e40
Octal3531332340754210515116100
Binary111010111011011100111000111101100010100010100110110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5B9C; }

 p { color: rgb(235,91,156); }

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

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

 a { background-color: rgb(235,91,156); }

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

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

 span { border-color: rgb(235,91,156); }

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