#EF41BA

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

Shades of Razzle Dazzle Rose #EF41BA

Tints of Razzle Dazzle Rose #EF41BA

Color information

#EF41BA (or 0xEF41BA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 41 and BA. RGB value is (239,65,186). Sum of RGB (Red+Green+Blue) = 239+65+186=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 65 (25.78% from 255 or 13.27% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EF41BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF41BA is #10BE45. Grayscale: #828282. Windows color (decimal): -1097286 or 12206575. OLE color: 12206575.

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

Color convert

RGB23965186-
CMYK00.730.220.06
HSL318.28º84.47%59.61%-
HSV(B)318.28º72.8%93.73%-
XYZ46.3525.6848.97-
YUV130.82159.15205.16-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.78%
GREEN value IS 65 (25.78% from 255) = 13.27%
BLUE value IS 186 (73.05% from 255) = 37.96%
R=48.78%
G=13.27%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2396518600.730.220.06318.2884.4759.61
HexEF41BA04916613e543c
Octal357101272011126647612474
Binary1110111110000011011101001001001101101101001111101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF41BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF41BA; }

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

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

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

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

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

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

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

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