#EB5A9C

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

Shades of Brilliant Rose #EB5A9C

Tints of Brilliant Rose #EB5A9C

Color information

#EB5A9C (or 0xEB5A9C) is unknown color: approx Brilliant Rose. HEX triplet: EB, 5A and 9C. RGB value is (235,90,156). Sum of RGB (Red+Green+Blue) = 235+90+156=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 90 (35.55% from 255 or 18.71% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5A9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5A9C is #14A563. Grayscale: #8C8C8C. Windows color (decimal): -1353060 or 10246891. OLE color: 10246891.

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

Color convert

RGB23590156-
CMYK00.620.340.08
HSL332.69º78.38%63.73%-
HSV(B)332.69º61.7%92.16%-
XYZ43.9227.3734.42-
YUV140.88136.54195.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.86%
GREEN value IS 90 (35.55% from 255) = 18.71%
BLUE value IS 156 (61.33% from 255) = 32.43%
R=48.86%
G=18.71%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359015600.620.340.08332.6978.3863.73
HexEB5A9C03E22814d4e40
Octal3531322340764210515116100
Binary111010111011010100111000111110100010100010100110110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5A9C; }

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

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

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

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

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

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

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

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