#EA0261

Color #EA0261 Razzmatazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzmatazz #EA0261

Tints of Razzmatazz #EA0261

Color information

#EA0261 (or 0xEA0261) is unknown color: approx Razzmatazz. HEX triplet: EA, 02 and 61. RGB value is (234,2,97). Sum of RGB (Red+Green+Blue) = 234+2+97=333 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.27% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0261 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0261 is #15FD9E. Grayscale: #525252. Windows color (decimal): -1441183 or 6357738. OLE color: 6357738.

HSL color Cylindrical-coordinate representation of color #EA0261: hue angle of 335.43º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA0261 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB234297-
CMYK00.990.590.08
HSL335.43º98.31%46.27%-
HSV(B)335.43º99.15%91.76%-
XYZ36.1118.412.96-
YUV82.2136.36236.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 70.27%
GREEN value IS 2 (1.17% from 255) = 0.60%
BLUE value IS 97 (38.28% from 255) = 29.13%
R=70.27%
G=0.60%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23429700.990.590.08335.4398.3146.27
HexEA2610633B814f622e
Octal35221410143731051714256
Binary111010101011000010110001111101110001010011111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA0261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA0261; }

 p { color: rgb(234,2,97); }

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

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

 a { background-color: rgb(234,2,97); }

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

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

 span { border-color: rgb(234,2,97); }

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