#EB579A

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

Shades of Brilliant Rose #EB579A

Tints of Brilliant Rose #EB579A

Color information

#EB579A (or 0xEB579A) is unknown color: approx Brilliant Rose. HEX triplet: EB, 57 and 9A. RGB value is (235,87,154). Sum of RGB (Red+Green+Blue) = 235+87+154=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 87 (34.38% from 255 or 18.28% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EB579A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB579A is #14A865. Grayscale: #8A8A8A. Windows color (decimal): -1353830 or 10115051. OLE color: 10115051.

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

Color convert

RGB23587154-
CMYK00.630.340.08
HSL332.84º78.72%63.14%-
HSV(B)332.84º62.98%92.16%-
XYZ43.526.8133.45-
YUV138.89136.53196.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.37%
GREEN value IS 87 (34.38% from 255) = 18.28%
BLUE value IS 154 (60.55% from 255) = 32.35%
R=49.37%
G=18.28%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358715400.630.340.08332.8478.7263.14
HexEB579A03F22814d4f3f
Octal353127232077421051511777
Binary11101011101011110011010011111110001010001010011011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB579A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB579A; }

 p { color: rgb(235,87,154); }

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

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

 a { background-color: rgb(235,87,154); }

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

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

 span { border-color: rgb(235,87,154); }

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