Html Css Color HEX #EF1359 Razzmatazz

📋 copy color: '#EF1359'

red 239 ◦ green 19 ◦ blue 89

#EF1359
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzmatazz #EF1359

Tints of Razzmatazz #EF1359

RGB

 RED value IS 239 (93.75% from 255) = 68.88%

 GREEN value IS 19 (7.81% from 255) = 5.48%

 BLUE value IS 89 (35.16% from 255) = 25.65%

R = 68.88%
G = 5.48%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#EF1359 (or 0xEF1359) is known color: Razzmatazz. HEX triplet: EF, 13 and 59. RGB value is (239,19,89). Sum of RGB (Red+Green+Blue) = 239+19+89=347 (45% of max value = 765). Red value is 239 (93.75% from 255 or 68.88% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1359 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1359 is #10ECA6. Grayscale: #5C5C5C. Windows color (decimal): -1109159 or 5837807. OLE color: 5837807.

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

Color convert

RGB 239 19 89 -
CMYK 0 0.92 0.63 0.06
HSL 340.91º 0.87% 0.51% -
HSV(B) 340.91º 0.92% 0.94% -
XYZ 37.63 19.54 11.24 -
YUV 92.76 125.89 232.31 -
System Red Green Blue C M Y K H S L
Decimal 239 19 89 0 0.92 0.63 0.06 340.91 0.87 0.51
Hex EF 13 59 0 5C 3F 6 155 57 33
Octal 357 23 131 0 134 77 6 525 127 63
Binary 11101111 10011 1011001 0 1011100 111111 110 101010101 1010111 110011

Color Harmonies of #EF1359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1359

Black with #EF1359

Text Example


Text Example

White with #EF1359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1359; }

 p { color: rgb(239,19,89); }

 H1.HeaderClassName
 {
   color: #EF1359;
 }
 .AnyTagClassName
 {
   color: #EF1359;
 }
</style>

background-color css

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

 a { background-color: rgb(239,19,89); }

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

border-color css

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

 span { border-color: rgb(239,19,89); }

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