#EB489E

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

Shades of Brilliant Rose #EB489E

Tints of Brilliant Rose #EB489E

Color information

#EB489E (or 0xEB489E) is unknown color: approx Brilliant Rose. HEX triplet: EB, 48 and 9E. RGB value is (235,72,158). Sum of RGB (Red+Green+Blue) = 235+72+158=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 72 (28.52% from 255 or 15.48% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EB489E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB489E is #14B761. Grayscale: #828282. Windows color (decimal): -1357666 or 10373355. OLE color: 10373355.

HSL color Cylindrical-coordinate representation of color #EB489E: hue angle of 328.34º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB489E is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB23572158-
CMYK00.690.330.08
HSL328.34º80.3%60.2%-
HSV(B)328.34º69.36%92.16%-
XYZ42.7524.7734.87-
YUV130.54143.5202.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.54%
GREEN value IS 72 (28.52% from 255) = 15.48%
BLUE value IS 158 (62.11% from 255) = 33.98%
R=50.54%
G=15.48%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357215800.690.330.08328.3480.360.2
HexEB489E045218148503c
Octal3531102360105411051012074
Binary111010111001000100111100100010110000110001010010001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB489E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB489E; }

 p { color: rgb(235,72,158); }

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

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

 a { background-color: rgb(235,72,158); }

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

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

 span { border-color: rgb(235,72,158); }

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