#EA0B61

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

Shades of Razzmatazz #EA0B61

Tints of Razzmatazz #EA0B61

Color information

#EA0B61 (or 0xEA0B61) is unknown color: approx Razzmatazz. HEX triplet: EA, 0B and 61. RGB value is (234,11,97). Sum of RGB (Red+Green+Blue) = 234+11+97=342 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.42% from 342); Green value is 11 (4.69% from 255 or 3.22% from 342); Blue value is 97 (38.28% from 255 or 28.36% from 342); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0B61 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0B61 is #15F49E. Grayscale: #575757. Windows color (decimal): -1438879 or 6360042. OLE color: 6360042.

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

Color convert

RGB2341197-
CMYK00.950.590.08
HSL336.86º91.02%48.04%-
HSV(B)336.86º95.3%91.76%-
XYZ36.2118.5912.99-
YUV87.48133.38232.51-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 68.42%
GREEN value IS 11 (4.69% from 255) = 3.22%
BLUE value IS 97 (38.28% from 255) = 28.36%
R=68.42%
G=3.22%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234119700.950.590.08336.8691.0248.04
HexEAB6105F3B81515b30
Octal352131410137731052113360
Binary11101010101111000010101111111101110001010100011011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA0B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA0B61; }

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

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

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

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

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

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

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

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