Html Css Color HEX #EF1759 Razzmatazz

📋 copy color: '#EF1759'

red 239 ◦ green 23 ◦ blue 89

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

Shades of Razzmatazz #EF1759

Tints of Razzmatazz #EF1759

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.55%

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

R = 68.09%
G = 6.55%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#EF1759 (or 0xEF1759) is known color: Razzmatazz. HEX triplet: EF, 17 and 59. RGB value is (239,23,89). Sum of RGB (Red+Green+Blue) = 239+23+89=351 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.09% from 351); Green value is 23 (9.38% from 255 or 6.55% from 351); Blue value is 89 (35.16% from 255 or 25.36% from 351); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1759 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1759 is #10E8A6. Grayscale: #5F5F5F. Windows color (decimal): -1108135 or 5838831. OLE color: 5838831.

HSL color Cylindrical-coordinate representation of color #EF1759: hue angle of 341.67º 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 #EF1759 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 23 89 -
CMYK 0 0.90 0.63 0.06
HSL 341.67º 0.87% 0.51% -
HSV(B) 341.67º 0.9% 0.94% -
XYZ 37.71 19.68 11.26 -
YUV 95.11 124.56 230.63 -
System Red Green Blue C M Y K H S L
Decimal 239 23 89 0 0.90 0.63 0.06 341.67 0.87 0.51
Hex EF 17 59 0 5A 3F 6 156 57 33
Octal 357 27 131 0 132 77 6 526 127 63
Binary 11101111 10111 1011001 0 1011010 111111 110 101010110 1010111 110011

Color Harmonies of #EF1759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1759

Black with #EF1759

Text Example


Text Example

White with #EF1759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1759; }

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

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

background-color css

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

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

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

border-color css

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

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

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