Html Css Color HEX #EF0949 Razzmatazz

📋 copy color: '#EF0949'

red 239 ◦ green 9 ◦ blue 73

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

Shades of Razzmatazz #EF0949

Tints of Razzmatazz #EF0949

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.8%

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

R = 74.45%
G = 2.8%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF0949 (or 0xEF0949) is known color: Razzmatazz. HEX triplet: EF, 09 and 49. RGB value is (239,9,73). Sum of RGB (Red+Green+Blue) = 239+9+73=321 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.45% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0949 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0949 is #10F6B6. Grayscale: #555555. Windows color (decimal): -1111735 or 4786671. OLE color: 4786671.

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

Color convert

RGB 239 9 73 -
CMYK 0 0.96 0.69 0.06
HSL 343.3º 0.93% 0.49% -
HSV(B) 343.3º 0.96% 0.94% -
XYZ 36.9 19.03 8.03 -
YUV 85.07 121.2 237.8 -
System Red Green Blue C M Y K H S L
Decimal 239 9 73 0 0.96 0.69 0.06 343.3 0.93 0.49
Hex EF 9 49 0 60 45 6 157 5D 31
Octal 357 11 111 0 140 105 6 527 135 61
Binary 11101111 1001 1001001 0 1100000 1000101 110 101010111 1011101 110001

Color Harmonies of #EF0949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0949

Black with #EF0949

Text Example


Text Example

White with #EF0949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0949; }

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

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

background-color css

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

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

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

border-color css

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

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

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