#EF39B9

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

Shades of Razzle Dazzle Rose #EF39B9

Tints of Razzle Dazzle Rose #EF39B9

Color information

#EF39B9 (or 0xEF39B9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 39 and B9. RGB value is (239,57,185). Sum of RGB (Red+Green+Blue) = 239+57+185=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 57 (22.66% from 255 or 11.85% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF39B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF39B9 is #10C646. Grayscale: #7D7D7D. Windows color (decimal): -1099335 or 12138991. OLE color: 12138991.

HSL color Cylindrical-coordinate representation of color #EF39B9: hue angle of 317.8º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF39B9 is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB23957185-
CMYK00.760.230.06
HSL317.8º85.05%58.04%-
HSV(B)317.8º76.15%93.73%-
XYZ45.8224.7848.27-
YUV126.01161.3208.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.69%
GREEN value IS 57 (22.66% from 255) = 11.85%
BLUE value IS 185 (72.66% from 255) = 38.46%
R=49.69%
G=11.85%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2395718500.760.230.06317.885.0558.04
HexEF39B904C17613e553a
Octal35771271011427647612572
Binary111011111110011011100101001100101111101001111101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF39B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF39B9; }

 p { color: rgb(239,57,185); }

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

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

 a { background-color: rgb(239,57,185); }

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

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

 span { border-color: rgb(239,57,185); }

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