#EF0B4A

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

Shades of Razzmatazz #EF0B4A

Tints of Razzmatazz #EF0B4A

Color information

#EF0B4A (or 0xEF0B4A) is unknown color: approx Razzmatazz. HEX triplet: EF, 0B and 4A. RGB value is (239,11,74). Sum of RGB (Red+Green+Blue) = 239+11+74=324 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.77% from 324); Green value is 11 (4.69% from 255 or 3.40% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0B4A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0B4A is #10F4B5. Grayscale: #565656. Windows color (decimal): -1111222 or 4852719. OLE color: 4852719.

HSL color Cylindrical-coordinate representation of color #EF0B4A: hue angle of 343.42º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0B4A is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB2391174-
CMYK00.950.690.06
HSL343.42º91.2%49.02%-
HSV(B)343.42º95.4%93.73%-
XYZ36.9519.088.21-
YUV86.35121.04236.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 73.77%
GREEN value IS 11 (4.69% from 255) = 3.40%
BLUE value IS 74 (29.30% from 255) = 22.84%
R=73.77%
G=3.40%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239117400.950.690.06343.4291.249.02
HexEFB4A05F4561575b31
Octal357131120137105652713361
Binary11101111101110010100101111110001011101010101111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF0B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF0B4A; }

 p { color: rgb(239,11,74); }

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

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

 a { background-color: rgb(239,11,74); }

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

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

 span { border-color: rgb(239,11,74); }

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