#EF2EBC

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

Shades of Razzle Dazzle Rose #EF2EBC

Tints of Razzle Dazzle Rose #EF2EBC

Color information

#EF2EBC (or 0xEF2EBC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 2E and BC. RGB value is (239,46,188). Sum of RGB (Red+Green+Blue) = 239+46+188=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 46 (18.36% from 255 or 9.73% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2EBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2EBC is #10D143. Grayscale: #777777. Windows color (decimal): -1102148 or 12332783. OLE color: 12332783.

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

Color convert

RGB23946188-
CMYK00.810.210.06
HSL315.85º85.78%55.88%-
HSV(B)315.85º80.75%93.73%-
XYZ45.6523.9449.79-
YUV119.9166.44212.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.53%
GREEN value IS 46 (18.36% from 255) = 9.73%
BLUE value IS 188 (73.83% from 255) = 39.75%
R=50.53%
G=9.73%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2394618800.810.210.06315.8585.7855.88
HexEF2EBC05115613c5638
Octal35756274012125647412670
Binary111011111011101011110001010001101011101001111001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2EBC; }

 p { color: rgb(239,46,188); }

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

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

 a { background-color: rgb(239,46,188); }

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

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

 span { border-color: rgb(239,46,188); }

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