#FF2EC6

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

Shades of Razzle Dazzle Rose #FF2EC6

Tints of Razzle Dazzle Rose #FF2EC6

Color information

#FF2EC6 (or 0xFF2EC6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 2E and C6. RGB value is (255,46,198). Sum of RGB (Red+Green+Blue) = 255+46+198=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 46 (18.36% from 255 or 9.22% from 499); Blue value is 198 (77.73% from 255 or 39.68% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2EC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2EC6 is #00D139. Grayscale: #7D7D7D. Windows color (decimal): -53562 or 12988159. OLE color: 12988159.

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

Color convert

RGB25546198-
CMYK00.820.220
HSL316.36º100%59.02%-
HSV(B)316.36º81.96%100%-
XYZ52.4127.2955.93-
YUV125.82168.74220.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.10%
GREEN value IS 46 (18.36% from 255) = 9.22%
BLUE value IS 198 (77.73% from 255) = 39.68%
R=51.10%
G=9.22%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2554619800.820.220316.3610059.02
HexFF2EC605216013c643b
Octal37756306012226047414473
Binary1111111110111011000110010100101011001001111001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2EC6; }

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

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

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

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

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

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

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

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