#FF2EE7

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

Shades of Razzle Dazzle Rose #FF2EE7

Tints of Razzle Dazzle Rose #FF2EE7

Color information

#FF2EE7 (or 0xFF2EE7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 2E and E7. RGB value is (255,46,231). Sum of RGB (Red+Green+Blue) = 255+46+231=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 46 (18.36% from 255 or 8.65% from 532); Blue value is 231 (90.62% from 255 or 43.42% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2EE7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF2EE7 is #00D118. Grayscale: #818181. Windows color (decimal): -53529 or 15150847. OLE color: 15150847.

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

Color convert

RGB25546231-
CMYK00.820.090
HSL306.89º100%59.02%-
HSV(B)306.89º81.96%100%-
XYZ56.6428.9878.21-
YUV129.58185.24217.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.93%
GREEN value IS 46 (18.36% from 255) = 8.65%
BLUE value IS 231 (90.62% from 255) = 43.42%
R=47.93%
G=8.65%
B=43.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2554623100.820.090306.8910059.02
HexFF2EE705290133643b
Octal37756347012211046314473
Binary111111111011101110011101010010100101001100111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2EE7; }

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

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

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

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

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

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

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

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