#EA096F

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

Shades of Razzmatazz #EA096F

Tints of Razzmatazz #EA096F

Color information

#EA096F (or 0xEA096F) is unknown color: approx Razzmatazz. HEX triplet: EA, 09 and 6F. RGB value is (234,9,111). Sum of RGB (Red+Green+Blue) = 234+9+111=354 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.10% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 234 - color contains mainly: red. Hex color #EA096F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA096F is #15F690. Grayscale: #575757. Windows color (decimal): -1439377 or 7277034. OLE color: 7277034.

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

Color convert

RGB2349111-
CMYK00.960.530.08
HSL332.8º92.59%47.65%-
HSV(B)332.8º96.15%91.76%-
XYZ36.918.8416.73-
YUV87.9141.04232.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 66.10%
GREEN value IS 9 (3.91% from 255) = 2.54%
BLUE value IS 111 (43.75% from 255) = 31.36%
R=66.10%
G=2.54%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234911100.960.530.08332.892.5947.65
HexEA96F06035814d5d30
Octal352111570140651051513560
Binary11101010100111011110110000011010110001010011011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA096F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA096F; }

 p { color: rgb(234,9,111); }

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

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

 a { background-color: rgb(234,9,111); }

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

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

 span { border-color: rgb(234,9,111); }

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