#EA0B62

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

Shades of Razzmatazz #EA0B62

Tints of Razzmatazz #EA0B62

Color information

#EA0B62 (or 0xEA0B62) is unknown color: approx Razzmatazz. HEX triplet: EA, 0B and 62. RGB value is (234,11,98). Sum of RGB (Red+Green+Blue) = 234+11+98=343 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.22% from 343); Green value is 11 (4.69% from 255 or 3.21% from 343); Blue value is 98 (38.67% from 255 or 28.57% from 343); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0B62 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0B62 is #15F49D. Grayscale: #575757. Windows color (decimal): -1438878 or 6425578. OLE color: 6425578.

HSL color Cylindrical-coordinate representation of color #EA0B62: hue angle of 336.59º 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 #EA0B62 is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.08.

Color convert

RGB2341198-
CMYK00.950.580.08
HSL336.59º91.02%48.04%-
HSV(B)336.59º95.3%91.76%-
XYZ36.2618.6113.24-
YUV87.59133.88232.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 68.22%
GREEN value IS 11 (4.69% from 255) = 3.21%
BLUE value IS 98 (38.67% from 255) = 28.57%
R=68.22%
G=3.21%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234119800.950.580.08336.5991.0248.04
HexEAB6205F3A81515b30
Octal352131420137721052113360
Binary11101010101111000100101111111101010001010100011011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA0B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA0B62; }

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

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

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

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

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

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

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

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