#ED33DF

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

Shades of Razzle Dazzle Rose #ED33DF

Tints of Razzle Dazzle Rose #ED33DF

Color information

#ED33DF (or 0xED33DF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 33 and DF. RGB value is (237,51,223). Sum of RGB (Red+Green+Blue) = 237+51+223=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 51 (20.31% from 255 or 9.98% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED33DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED33DF is #12CC20. Grayscale: #7D7D7D. Windows color (decimal): -1231905 or 14627821. OLE color: 14627821.

HSL color Cylindrical-coordinate representation of color #ED33DF: hue angle of 304.52º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED33DF is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB23751223-
CMYK00.780.060.07
HSL304.52º83.78%56.47%-
HSV(B)304.52º78.48%92.94%-
XYZ49.4325.772.17-
YUV126.22182.62207.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.38%
GREEN value IS 51 (20.31% from 255) = 9.98%
BLUE value IS 223 (87.5% from 255) = 43.64%
R=46.38%
G=9.98%
B=43.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2375122300.780.060.07304.5283.7856.47
HexED33DF04E671315438
Octal3556333701166746112470
Binary1110110111001111011111010011101101111001100011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED33DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED33DF; }

 p { color: rgb(237,51,223); }

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

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

 a { background-color: rgb(237,51,223); }

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

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

 span { border-color: rgb(237,51,223); }

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