Html Css Color HEX #EF1659 Razzmatazz

📋 copy color: '#EF1659'

red 239 ◦ green 22 ◦ blue 89

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

Shades of Razzmatazz #EF1659

Tints of Razzmatazz #EF1659

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.29%

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

R = 68.29%
G = 6.29%
B = 25.43%

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

#EF1659 (or 0xEF1659) is known color: Razzmatazz. HEX triplet: EF, 16 and 59. RGB value is (239,22,89). Sum of RGB (Red+Green+Blue) = 239+22+89=350 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.29% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1659 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1659 is #10E9A6. Grayscale: #5E5E5E. Windows color (decimal): -1108391 or 5838575. OLE color: 5838575.

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

Color convert

RGB 239 22 89 -
CMYK 0 0.91 0.63 0.06
HSL 341.47º 0.87% 0.51% -
HSV(B) 341.47º 0.91% 0.94% -
XYZ 37.69 19.65 11.26 -
YUV 94.52 124.89 231.05 -
System Red Green Blue C M Y K H S L
Decimal 239 22 89 0 0.91 0.63 0.06 341.47 0.87 0.51
Hex EF 16 59 0 5B 3F 6 155 57 33
Octal 357 26 131 0 133 77 6 525 127 63
Binary 11101111 10110 1011001 0 1011011 111111 110 101010101 1010111 110011

Color Harmonies of #EF1659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1659

Black with #EF1659

Text Example


Text Example

White with #EF1659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1659; }

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

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

background-color css

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

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

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

border-color css

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

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

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