#EF2DD0

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

Shades of Razzle Dazzle Rose #EF2DD0

Tints of Razzle Dazzle Rose #EF2DD0

Color information

#EF2DD0 (or 0xEF2DD0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 2D and D0. RGB value is (239,45,208). Sum of RGB (Red+Green+Blue) = 239+45+208=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 45 (17.97% from 255 or 9.15% from 492); Blue value is 208 (81.64% from 255 or 42.28% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2DD0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2DD0 is #10D22F. Grayscale: #797979. Windows color (decimal): -1102384 or 13643247. OLE color: 13643247.

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

Color convert

RGB23945208-
CMYK00.810.130.06
HSL309.59º85.84%55.69%-
HSV(B)309.59º81.17%93.73%-
XYZ47.9224.7861.93-
YUV121.59176.77211.75-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.58%
GREEN value IS 45 (17.97% from 255) = 9.15%
BLUE value IS 208 (81.64% from 255) = 42.28%
R=48.58%
G=9.15%
B=42.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2394520800.810.130.06309.5985.8455.69
HexEF2DD0051D61365638
Octal35755320012115646612670
Binary11101111101101110100000101000111011101001101101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2DD0; }

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

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

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

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

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

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

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

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