#ef1755

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

Shades of Razzmatazz #EF1755

Tints of Razzmatazz #EF1755

Color information

#EF1755 (or 0xEF1755) is unknown color: approx Razzmatazz. HEX triplet: EF, 17 and 55. RGB value is (239,23,85). Sum of RGB (Red+Green+Blue) = 239+23+85=347 (45% of max value = 765). Red value is 239 (93.75% from 255 or 68.88% from 347); Green value is 23 (9.38% from 255 or 6.63% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1755 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1755 is #10E8AA. Grayscale: #5E5E5E. Windows color (decimal): -1108139 or 5576687. OLE color: 5576687.

HSL color Cylindrical-coordinate representation of color #EF1755: hue angle of 342.78º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1755 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB2392385-
CMYK00.900.640.06
HSL342.78º87.1%51.37%-
HSV(B)342.78º90.38%93.73%-
XYZ37.5419.6210.4-
YUV94.65122.56230.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 68.88%
GREEN value IS 23 (9.38% from 255) = 6.63%
BLUE value IS 85 (33.59% from 255) = 24.50%
R=68.88%
G=6.63%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.64
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239238500.900.640.06342.7887.151.37
HexEF175505A4061575733
Octal357271250132100652712763
Binary111011111011110101010101101010000001101010101111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef1755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef1755; }

 p { color: rgb(239,23,85); }

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

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

 a { background-color: rgb(239,23,85); }

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

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

 span { border-color: rgb(239,23,85); }

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