#EB49B9

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

Shades of Razzle Dazzle Rose #EB49B9

Tints of Razzle Dazzle Rose #EB49B9

Color information

#EB49B9 (or 0xEB49B9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 49 and B9. RGB value is (235,73,185). Sum of RGB (Red+Green+Blue) = 235+73+185=493 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.67% from 493); Green value is 73 (28.91% from 255 or 14.81% from 493); Blue value is 185 (72.66% from 255 or 37.53% from 493); Max value from RGB is 235 - color contains mainly: red. Hex color #EB49B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB49B9 is #14B646. Grayscale: #858585. Windows color (decimal): -1357383 or 12143083. OLE color: 12143083.

HSL color Cylindrical-coordinate representation of color #EB49B9: hue angle of 318.52º 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 #EB49B9 is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB23573185-
CMYK00.690.210.08
HSL318.52º80.2%60.39%-
HSV(B)318.52º68.94%92.16%-
XYZ45.425.9348.51-
YUV134.21156.67199.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.67%
GREEN value IS 73 (28.91% from 255) = 14.81%
BLUE value IS 185 (72.66% from 255) = 37.53%
R=47.67%
G=14.81%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357318500.690.210.08318.5280.260.39
HexEB49B904515813f503c
Octal3531112710105251047712074
Binary11101011100100110111001010001011010110001001111111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB49B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB49B9; }

 p { color: rgb(235,73,185); }

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

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

 a { background-color: rgb(235,73,185); }

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

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

 span { border-color: rgb(235,73,185); }

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