#EF49BA

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

Shades of Razzle Dazzle Rose #EF49BA

Tints of Razzle Dazzle Rose #EF49BA

Color information

#EF49BA (or 0xEF49BA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 49 and BA. RGB value is (239,73,186). Sum of RGB (Red+Green+Blue) = 239+73+186=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 73 (28.91% from 255 or 14.66% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EF49BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF49BA is #10B645. Grayscale: #878787. Windows color (decimal): -1095238 or 12208623. OLE color: 12208623.

HSL color Cylindrical-coordinate representation of color #EF49BA: hue angle of 319.16º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF49BA is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB23973186-
CMYK00.690.220.06
HSL319.16º83.84%61.18%-
HSV(B)319.16º69.46%93.73%-
XYZ46.8426.6649.13-
YUV135.52156.5201.81-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.99%
GREEN value IS 73 (28.91% from 255) = 14.66%
BLUE value IS 186 (73.05% from 255) = 37.35%
R=47.99%
G=14.66%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397318600.690.220.06319.1683.8461.18
HexEF49BA04516613f543d
Octal357111272010526647712475
Binary1110111110010011011101001000101101101101001111111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF49BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF49BA; }

 p { color: rgb(239,73,186); }

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

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

 a { background-color: rgb(239,73,186); }

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

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

 span { border-color: rgb(239,73,186); }

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