#FF33E1

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

Shades of Razzle Dazzle Rose #FF33E1

Tints of Razzle Dazzle Rose #FF33E1

Color information

#FF33E1 (or 0xFF33E1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 33 and E1. RGB value is (255,51,225). Sum of RGB (Red+Green+Blue) = 255+51+225=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 51 (20.31% from 255 or 9.60% from 531); Blue value is 225 (88.28% from 255 or 42.37% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FF33E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF33E1 is #00CC1E. Grayscale: #838383. Windows color (decimal): -52255 or 14758911. OLE color: 14758911.

HSL color Cylindrical-coordinate representation of color #FF33E1: hue angle of 308.82º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF33E1 is Cyan = 0, Magento = 0.8, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB25551225-
CMYK00.80.120
HSL308.82º100%60%-
HSV(B)308.82º80%100%-
XYZ56.0129.0673.89-
YUV131.83180.59215.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.02%
GREEN value IS 51 (20.31% from 255) = 9.60%
BLUE value IS 225 (88.28% from 255) = 42.37%
R=48.02%
G=9.60%
B=42.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555122500.80.120308.8210060
HexFF33E1050C0135643c
Octal37763341012014046514474
Binary111111111100111110000101010000110001001101011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF33E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF33E1; }

 p { color: rgb(255,51,225); }

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

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

 a { background-color: rgb(255,51,225); }

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

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

 span { border-color: rgb(255,51,225); }

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