#ef3dd2

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

Shades of Razzle Dazzle Rose #EF3DD2

Tints of Razzle Dazzle Rose #EF3DD2

Color information

#EF3DD2 (or 0xEF3DD2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 3D and D2. RGB value is (239,61,210). Sum of RGB (Red+Green+Blue) = 239+61+210=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 61 (24.22% from 255 or 11.96% from 510); Blue value is 210 (82.42% from 255 or 41.18% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3DD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3DD2 is #10C22D. Grayscale: #828282. Windows color (decimal): -1098286 or 13778415. OLE color: 13778415.

HSL color Cylindrical-coordinate representation of color #EF3DD2: hue angle of 309.78º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF3DD2 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB23961210-
CMYK00.740.120.06
HSL309.78º84.76%58.82%-
HSV(B)309.78º74.48%93.73%-
XYZ48.926.3463.48-
YUV131.21172.47204.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.86%
GREEN value IS 61 (24.22% from 255) = 11.96%
BLUE value IS 210 (82.42% from 255) = 41.18%
R=46.86%
G=11.96%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2396121000.740.120.06309.7884.7658.82
HexEF3DD204AC6136553b
Octal35775322011214646612573
Binary11101111111101110100100100101011001101001101101010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef3dd2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef3dd2; }

 p { color: rgb(239,61,210); }

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

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

 a { background-color: rgb(239,61,210); }

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

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

 span { border-color: rgb(239,61,210); }

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