Html Css Color HEX #EF0049 Razzmatazz

📋 copy color: '#EF0049'

red 239 ◦ green 0 ◦ blue 73

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

Shades of Razzmatazz #EF0049

Tints of Razzmatazz #EF0049

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 73 (28.91% from 255) = 23.4%

R = 76.6%
G = 0%
B = 23.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF0049 (or 0xEF0049) is known color: Razzmatazz. HEX triplet: EF, 00 and 49. RGB value is (239,0,73). Sum of RGB (Red+Green+Blue) = 239+0+73=312 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.60% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0049 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0049 is #10FFB6. Grayscale: #4F4F4F. Windows color (decimal): -1114039 or 4784367. OLE color: 4784367.

HSL color Cylindrical-coordinate representation of color #EF0049: hue angle of 341.67º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF0049 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 0 73 -
CMYK 0 1 0.69 0.06
HSL 341.67º 1% 0.47% -
HSV(B) 341.67º 1% 0.94% -
XYZ 36.8 18.83 8 -
YUV 79.78 124.18 241.56 -
System Red Green Blue C M Y K H S L
Decimal 239 0 73 0 1 0.69 0.06 341.67 1 0.47
Hex EF 0 49 0 64 45 6 156 64 2F
Octal 357 0 111 0 144 105 6 526 144 57
Binary 11101111 0 1001001 0 1100100 1000101 110 101010110 1100100 101111

Color Harmonies of #EF0049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0049

Black with #EF0049

Text Example


Text Example

White with #EF0049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0049; }

 p { color: rgb(239,0,73); }

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

background-color css

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

 a { background-color: rgb(239,0,73); }

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

border-color css

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

 span { border-color: rgb(239,0,73); }

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