#EF2DBA

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

Shades of Razzle Dazzle Rose #EF2DBA

Tints of Razzle Dazzle Rose #EF2DBA

Color information

#EF2DBA (or 0xEF2DBA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 2D and BA. RGB value is (239,45,186). Sum of RGB (Red+Green+Blue) = 239+45+186=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 45 (17.97% from 255 or 9.57% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2DBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2DBA is #10D245. Grayscale: #767676. Windows color (decimal): -1102406 or 12201455. OLE color: 12201455.

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

Color convert

RGB23945186-
CMYK00.810.220.06
HSL316.39º85.84%55.69%-
HSV(B)316.39º81.17%93.73%-
XYZ45.423.7748.65-
YUV119.08165.77213.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.85%
GREEN value IS 45 (17.97% from 255) = 9.57%
BLUE value IS 186 (73.05% from 255) = 39.57%
R=50.85%
G=9.57%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2394518600.810.220.06316.3985.8455.69
HexEF2DBA05116613c5638
Octal35755272012126647412670
Binary111011111011011011101001010001101101101001111001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2DBA; }

 p { color: rgb(239,45,186); }

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

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

 a { background-color: rgb(239,45,186); }

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

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

 span { border-color: rgb(239,45,186); }

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