#ff47ea

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

Shades of Razzle Dazzle Rose #FF47EA

Tints of Razzle Dazzle Rose #FF47EA

Color information

#FF47EA (or 0xFF47EA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 47 and EA. RGB value is (255,71,234). Sum of RGB (Red+Green+Blue) = 255+71+234=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 71 (28.12% from 255 or 12.68% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF47EA is #00B815. Grayscale: #909090. Windows color (decimal): -47126 or 15353855. OLE color: 15353855.

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

Color convert

RGB25571234-
CMYK00.720.080
HSL306.85º100%63.92%-
HSV(B)306.85º72.16%100%-
XYZ58.3431.7180.89-
YUV144.6178.46206.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.54%
GREEN value IS 71 (28.12% from 255) = 12.68%
BLUE value IS 234 (91.80% from 255) = 41.79%
R=45.54%
G=12.68%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557123400.720.080306.8510063.92
HexFF47EA048801336440
Octal3771073520110100463144100
Binary11111111100011111101010010010001000010011001111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff47ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff47ea; }

 p { color: rgb(255,71,234); }

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

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

 a { background-color: rgb(255,71,234); }

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

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

 span { border-color: rgb(255,71,234); }

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