#FF2ED5

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

Shades of Razzle Dazzle Rose #FF2ED5

Tints of Razzle Dazzle Rose #FF2ED5

Color information

#FF2ED5 (or 0xFF2ED5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 2E and D5. RGB value is (255,46,213). Sum of RGB (Red+Green+Blue) = 255+46+213=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 46 (18.36% from 255 or 8.95% from 514); Blue value is 213 (83.59% from 255 or 41.44% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2ED5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2ED5 is #00D12A. Grayscale: #7F7F7F. Windows color (decimal): -53547 or 13971199. OLE color: 13971199.

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

Color convert

RGB25546213-
CMYK00.820.160
HSL312.06º100%59.02%-
HSV(B)312.06º81.96%100%-
XYZ54.2328.0265.5-
YUV127.53176.24218.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.61%
GREEN value IS 46 (18.36% from 255) = 8.95%
BLUE value IS 213 (83.59% from 255) = 41.44%
R=49.61%
G=8.95%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2554621300.820.160312.0610059.02
HexFF2ED5052100138643b
Octal37756325012220047014473
Binary1111111110111011010101010100101000001001110001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2ED5; }

 p { color: rgb(255,46,213); }

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

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

 a { background-color: rgb(255,46,213); }

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

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

 span { border-color: rgb(255,46,213); }

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