#EF2DDB

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

Shades of Razzle Dazzle Rose #EF2DDB

Tints of Razzle Dazzle Rose #EF2DDB

Color information

#EF2DDB (or 0xEF2DDB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 2D and DB. RGB value is (239,45,219). Sum of RGB (Red+Green+Blue) = 239+45+219=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 45 (17.97% from 255 or 8.95% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2DDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2DDB is #10D224. Grayscale: #7A7A7A. Windows color (decimal): -1102373 or 14364143. OLE color: 14364143.

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

Color convert

RGB23945219-
CMYK00.810.080.06
HSL306.19º85.84%55.69%-
HSV(B)306.19º81.17%93.73%-
XYZ49.3225.3469.31-
YUV122.84182.27210.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.51%
GREEN value IS 45 (17.97% from 255) = 8.95%
BLUE value IS 219 (85.94% from 255) = 43.54%
R=47.51%
G=8.95%
B=43.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2394521900.810.080.06306.1985.8455.69
HexEF2DDB051861325638
Octal35755333012110646212670
Binary11101111101101110110110101000110001101001100101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2DDB; }

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

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

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

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

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

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

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

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