#FF1ED2

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

Shades of Razzle Dazzle Rose #FF1ED2

Tints of Razzle Dazzle Rose #FF1ED2

Color information

#FF1ED2 (or 0xFF1ED2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 1E and D2. RGB value is (255,30,210). Sum of RGB (Red+Green+Blue) = 255+30+210=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 30 (12.11% from 255 or 6.06% from 495); Blue value is 210 (82.42% from 255 or 42.42% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1ED2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1ED2 is #00E12D. Grayscale: #757575. Windows color (decimal): -57646 or 13770495. OLE color: 13770495.

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

Color convert

RGB25530210-
CMYK00.880.180
HSL312º100%55.88%-
HSV(B)312º88.24%100%-
XYZ53.3426.8463.34-
YUV117.79180.04225.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.52%
GREEN value IS 30 (12.11% from 255) = 6.06%
BLUE value IS 210 (82.42% from 255) = 42.42%
R=51.52%
G=6.06%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2553021000.880.18031210055.88
HexFF1ED20581201386438
Octal37736322013022047014470
Binary111111111111011010010010110001001001001110001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1ED2; }

 p { color: rgb(255,30,210); }

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

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

 a { background-color: rgb(255,30,210); }

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

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

 span { border-color: rgb(255,30,210); }

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