Html Css Color HEX #EF0449 Razzmatazz

📋 copy color: '#EF0449'

red 239 ◦ green 4 ◦ blue 73

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

Shades of Razzmatazz #EF0449

Tints of Razzmatazz #EF0449

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.27%

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

R = 75.63%
G = 1.27%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF0449 (or 0xEF0449) is known color: Razzmatazz. HEX triplet: EF, 04 and 49. RGB value is (239,4,73). Sum of RGB (Red+Green+Blue) = 239+4+73=316 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.63% from 316); Green value is 4 (1.95% from 255 or 1.27% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0449 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0449 is #10FBB6. Grayscale: #525252. Windows color (decimal): -1113015 or 4785391. OLE color: 4785391.

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

Color convert

RGB 239 4 73 -
CMYK 0 0.98 0.69 0.06
HSL 342.38º 0.97% 0.48% -
HSV(B) 342.38º 0.98% 0.94% -
XYZ 36.84 18.92 8.01 -
YUV 82.13 122.86 239.89 -
System Red Green Blue C M Y K H S L
Decimal 239 4 73 0 0.98 0.69 0.06 342.38 0.97 0.48
Hex EF 4 49 0 62 45 6 156 61 30
Octal 357 4 111 0 142 105 6 526 141 60
Binary 11101111 100 1001001 0 1100010 1000101 110 101010110 1100001 110000

Color Harmonies of #EF0449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0449

Black with #EF0449

Text Example


Text Example

White with #EF0449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0449; }

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

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

background-color css

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

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

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

border-color css

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

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

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