#EF30BF

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

Shades of Razzle Dazzle Rose #EF30BF

Tints of Razzle Dazzle Rose #EF30BF

Color information

#EF30BF (or 0xEF30BF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 30 and BF. RGB value is (239,48,191). Sum of RGB (Red+Green+Blue) = 239+48+191=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 48 (19.14% from 255 or 10.04% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF30BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF30BF is #10CF40. Grayscale: #797979. Windows color (decimal): -1101633 or 12529903. OLE color: 12529903.

HSL color Cylindrical-coordinate representation of color #EF30BF: hue angle of 315.08º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF30BF is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB23948191-
CMYK00.800.200.06
HSL315.08º85.65%56.27%-
HSV(B)315.08º79.92%93.73%-
XYZ46.0624.2351.54-
YUV121.41167.28211.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50%
GREEN value IS 48 (19.14% from 255) = 10.04%
BLUE value IS 191 (75% from 255) = 39.96%
R=50%
G=10.04%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2394819100.800.200.06315.0885.6556.27
HexEF30BF05014613b5638
Octal35760277012024647312670
Binary111011111100001011111101010000101001101001110111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF30BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF30BF; }

 p { color: rgb(239,48,191); }

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

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

 a { background-color: rgb(239,48,191); }

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

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

 span { border-color: rgb(239,48,191); }

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