#EF41BB

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

Shades of Razzle Dazzle Rose #EF41BB

Tints of Razzle Dazzle Rose #EF41BB

Color information

#EF41BB (or 0xEF41BB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 41 and BB. RGB value is (239,65,187). Sum of RGB (Red+Green+Blue) = 239+65+187=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 65 (25.78% from 255 or 13.24% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EF41BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF41BB is #10BE44. Grayscale: #828282. Windows color (decimal): -1097285 or 12272111. OLE color: 12272111.

HSL color Cylindrical-coordinate representation of color #EF41BB: hue angle of 317.93º 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 #EF41BB is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB23965187-
CMYK00.730.220.06
HSL317.93º84.47%59.61%-
HSV(B)317.93º72.8%93.73%-
XYZ46.4625.7249.53-
YUV130.93159.65205.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.68%
GREEN value IS 65 (25.78% from 255) = 13.24%
BLUE value IS 187 (73.44% from 255) = 38.09%
R=48.68%
G=13.24%
B=38.09%

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
Decimal2396518700.730.220.06317.9384.4759.61
HexEF41BB04916613e543c
Octal357101273011126647612474
Binary1110111110000011011101101001001101101101001111101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF41BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF41BB; }

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

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

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

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

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

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

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

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