#FE2EE9

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

Shades of Razzle Dazzle Rose #FE2EE9

Tints of Razzle Dazzle Rose #FE2EE9

Color information

#FE2EE9 (or 0xFE2EE9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 2E and E9. RGB value is (254,46,233). Sum of RGB (Red+Green+Blue) = 254+46+233=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 46 (18.36% from 255 or 8.63% from 533); Blue value is 233 (91.41% from 255 or 43.71% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2EE9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2EE9 is #01D116. Grayscale: #808080. Windows color (decimal): -119063 or 15281918. OLE color: 15281918.

HSL color Cylindrical-coordinate representation of color #FE2EE9: hue angle of 306.06º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2EE9 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB25446233-
CMYK00.820.080.00
HSL306.06º99.05%58.82%-
HSV(B)306.06º81.89%99.61%-
XYZ56.5628.9179.69-
YUV129.51186.41216.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.65%
GREEN value IS 46 (18.36% from 255) = 8.63%
BLUE value IS 233 (91.41% from 255) = 43.71%
R=47.65%
G=8.63%
B=43.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2544623300.820.080.00306.0699.0558.82
HexFE2EE905280132633b
Octal37656351012210046214373
Binary111111101011101110100101010010100001001100101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE2EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE2EE9; }

 p { color: rgb(254,46,233); }

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

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

 a { background-color: rgb(254,46,233); }

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

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

 span { border-color: rgb(254,46,233); }

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