#EF37F0

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

Shades of Razzle Dazzle Rose #EF37F0

Tints of Razzle Dazzle Rose #EF37F0

Color information

#EF37F0 (or 0xEF37F0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 37 and F0. RGB value is (239,55,240). Sum of RGB (Red+Green+Blue) = 239+55+240=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 55 (21.88% from 255 or 10.30% from 534); Blue value is 240 (94.14% from 255 or 44.94% from 534); Max value from RGB is 240 - color contains mainly: blue. Hex color #EF37F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF37F0 is #10C80F. Grayscale: #828282. Windows color (decimal): -1099792 or 15742959. OLE color: 15742959.

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

Color convert

RGB23955240-
CMYK0.000.7700.06
HSL299.68º86.05%57.84%-
HSV(B)299.68º77.08%94.12%-
XYZ52.6927.3784.94-
YUV131.11189.46204.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.76%
GREEN value IS 55 (21.88% from 255) = 10.30%
BLUE value IS 240 (94.14% from 255) = 44.94%
R=44.76%
G=10.30%
B=44.94%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239552400.000.7700.06299.6886.0557.84
HexEF37F004D0612c563a
Octal3576736001150645412672
Binary11101111110111111100000100110101101001011001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF37F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF37F0; }

 p { color: rgb(239,55,240); }

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

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

 a { background-color: rgb(239,55,240); }

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

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

 span { border-color: rgb(239,55,240); }

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