#ef105a

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

Shades of Razzmatazz #EF105A

Tints of Razzmatazz #EF105A

Color information

#EF105A (or 0xEF105A) is unknown color: approx Razzmatazz. HEX triplet: EF, 10 and 5A. RGB value is (239,16,90). Sum of RGB (Red+Green+Blue) = 239+16+90=345 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.28% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 239 - color contains mainly: red. Hex color #EF105A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF105A is #10EFA5. Grayscale: #5B5B5B. Windows color (decimal): -1109926 or 5902575. OLE color: 5902575.

HSL color Cylindrical-coordinate representation of color #EF105A: hue angle of 340.09º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF105A is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB2391690-
CMYK00.930.620.06
HSL340.09º87.45%50%-
HSV(B)340.09º93.31%93.73%-
XYZ37.6319.4611.45-
YUV91.11127.38233.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 69.28%
GREEN value IS 16 (6.64% from 255) = 4.64%
BLUE value IS 90 (35.55% from 255) = 26.09%
R=69.28%
G=4.64%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239169000.930.620.06340.0987.4550
HexEF105A05D3E61545732
Octal35720132013576652412762
Binary11101111100001011010010111011111101101010101001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef105a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef105a; }

 p { color: rgb(239,16,90); }

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

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

 a { background-color: rgb(239,16,90); }

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

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

 span { border-color: rgb(239,16,90); }

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