#FE2DE8

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

Shades of Razzle Dazzle Rose #FE2DE8

Tints of Razzle Dazzle Rose #FE2DE8

Color information

#FE2DE8 (or 0xFE2DE8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 2D and E8. RGB value is (254,45,232). Sum of RGB (Red+Green+Blue) = 254+45+232=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 45 (17.97% from 255 or 8.47% from 531); Blue value is 232 (91.02% from 255 or 43.69% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2DE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2DE8 is #01D217. Grayscale: #808080. Windows color (decimal): -119320 or 15216126. OLE color: 15216126.

HSL color Cylindrical-coordinate representation of color #FE2DE8: hue angle of 306.32º 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 #FE2DE8 is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB25445232-
CMYK00.820.090.00
HSL306.32º99.05%58.63%-
HSV(B)306.32º82.28%99.61%-
XYZ56.3828.7778.93-
YUV128.81186.24217.29-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.83%
GREEN value IS 45 (17.97% from 255) = 8.47%
BLUE value IS 232 (91.02% from 255) = 43.69%
R=47.83%
G=8.47%
B=43.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2544523200.820.090.00306.3299.0558.63
HexFE2DE805290132633b
Octal37655350012211046214373
Binary111111101011011110100001010010100101001100101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE2DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE2DE8; }

 p { color: rgb(254,45,232); }

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

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

 a { background-color: rgb(254,45,232); }

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

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

 span { border-color: rgb(254,45,232); }

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