#EF30BE

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

Shades of Razzle Dazzle Rose #EF30BE

Tints of Razzle Dazzle Rose #EF30BE

Color information

#EF30BE (or 0xEF30BE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 30 and BE. RGB value is (239,48,190). Sum of RGB (Red+Green+Blue) = 239+48+190=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 48 (19.14% from 255 or 10.06% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF30BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF30BE is #10CF41. Grayscale: #787878. Windows color (decimal): -1101634 or 12464367. OLE color: 12464367.

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

Color convert

RGB23948190-
CMYK00.800.210.06
HSL315.39º85.65%56.27%-
HSV(B)315.39º79.92%93.73%-
XYZ45.9524.1850.96-
YUV121.3166.78211.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.10%
GREEN value IS 48 (19.14% from 255) = 10.06%
BLUE value IS 190 (74.61% from 255) = 39.83%
R=50.10%
G=10.06%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2394819000.800.210.06315.3985.6556.27
HexEF30BE05015613b5638
Octal35760276012025647312670
Binary111011111100001011111001010000101011101001110111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF30BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF30BE; }

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

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

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

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

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

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

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

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