#FF31E5

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

Shades of Razzle Dazzle Rose #FF31E5

Tints of Razzle Dazzle Rose #FF31E5

Color information

#FF31E5 (or 0xFF31E5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 31 and E5. RGB value is (255,49,229). Sum of RGB (Red+Green+Blue) = 255+49+229=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 49 (19.53% from 255 or 9.19% from 533); Blue value is 229 (89.84% from 255 or 42.96% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FF31E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF31E5 is #00CE1A. Grayscale: #828282. Windows color (decimal): -52763 or 15020543. OLE color: 15020543.

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

Color convert

RGB25549229-
CMYK00.810.100
HSL307.57º100%59.61%-
HSV(B)307.57º80.78%100%-
XYZ56.4829.1176.77-
YUV131.11183.25216.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.84%
GREEN value IS 49 (19.53% from 255) = 9.19%
BLUE value IS 229 (89.84% from 255) = 42.96%
R=47.84%
G=9.19%
B=42.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2554922900.810.100307.5710059.61
HexFF31E5051A0134643c
Octal37761345012112046414474
Binary111111111100011110010101010001101001001101001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF31E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF31E5; }

 p { color: rgb(255,49,229); }

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

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

 a { background-color: rgb(255,49,229); }

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

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

 span { border-color: rgb(255,49,229); }

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