Html Css Color HEX #EF1559 Razzmatazz

📋 copy color: '#EF1559'

red 239 ◦ green 21 ◦ blue 89

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

Shades of Razzmatazz #EF1559

Tints of Razzmatazz #EF1559

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.02%

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

R = 68.48%
G = 6.02%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#EF1559 (or 0xEF1559) is known color: Razzmatazz. HEX triplet: EF, 15 and 59. RGB value is (239,21,89). Sum of RGB (Red+Green+Blue) = 239+21+89=349 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.48% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1559 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1559 is #10EAA6. Grayscale: #5D5D5D. Windows color (decimal): -1108647 or 5838319. OLE color: 5838319.

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

Color convert

RGB 239 21 89 -
CMYK 0 0.91 0.63 0.06
HSL 341.28º 0.87% 0.51% -
HSV(B) 341.28º 0.91% 0.94% -
XYZ 37.67 19.61 11.25 -
YUV 93.93 125.22 231.47 -
System Red Green Blue C M Y K H S L
Decimal 239 21 89 0 0.91 0.63 0.06 341.28 0.87 0.51
Hex EF 15 59 0 5B 3F 6 155 57 33
Octal 357 25 131 0 133 77 6 525 127 63
Binary 11101111 10101 1011001 0 1011011 111111 110 101010101 1010111 110011

Color Harmonies of #EF1559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1559

Black with #EF1559

Text Example


Text Example

White with #EF1559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1559; }

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

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

background-color css

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

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

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

border-color css

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

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

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