#EE33DC

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

Shades of Razzle Dazzle Rose #EE33DC

Tints of Razzle Dazzle Rose #EE33DC

Color information

#EE33DC (or 0xEE33DC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EE, 33 and DC. RGB value is (238,51,220). Sum of RGB (Red+Green+Blue) = 238+51+220=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 51 (20.31% from 255 or 10.02% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EE33DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE33DC is #11CC23. Grayscale: #7D7D7D. Windows color (decimal): -1166372 or 14431214. OLE color: 14431214.

HSL color Cylindrical-coordinate representation of color #EE33DC: hue angle of 305.78º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE33DC is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB23851220-
CMYK00.790.080.07
HSL305.78º84.62%56.67%-
HSV(B)305.78º78.57%93.33%-
XYZ49.3625.7170.07-
YUV126.18180.95207.76-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.76%
GREEN value IS 51 (20.31% from 255) = 10.02%
BLUE value IS 220 (86.33% from 255) = 43.22%
R=46.76%
G=10.02%
B=43.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2385122000.790.080.07305.7884.6256.67
HexEE33DC04F871325539
Octal35663334011710746212571
Binary11101110110011110111000100111110001111001100101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE33DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE33DC; }

 p { color: rgb(238,51,220); }

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

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

 a { background-color: rgb(238,51,220); }

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

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

 span { border-color: rgb(238,51,220); }

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