Html Css Color HEX #EF0249 Razzmatazz

📋 copy color: '#EF0249'

red 239 ◦ green 2 ◦ blue 73

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

Shades of Razzmatazz #EF0249

Tints of Razzmatazz #EF0249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

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

R = 76.11%
G = 0.64%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF0249 (or 0xEF0249) is known color: Razzmatazz. HEX triplet: EF, 02 and 49. RGB value is (239,2,73). Sum of RGB (Red+Green+Blue) = 239+2+73=314 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.11% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0249 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0249 is #10FDB6. Grayscale: #505050. Windows color (decimal): -1113527 or 4784879. OLE color: 4784879.

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

Color convert

RGB 239 2 73 -
CMYK 0 0.99 0.69 0.06
HSL 342.03º 0.98% 0.47% -
HSV(B) 342.03º 0.99% 0.94% -
XYZ 36.82 18.88 8.01 -
YUV 80.96 123.52 240.73 -
System Red Green Blue C M Y K H S L
Decimal 239 2 73 0 0.99 0.69 0.06 342.03 0.98 0.47
Hex EF 2 49 0 63 45 6 156 62 2F
Octal 357 2 111 0 143 105 6 526 142 57
Binary 11101111 10 1001001 0 1100011 1000101 110 101010110 1100010 101111

Color Harmonies of #EF0249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0249

Black with #EF0249

Text Example


Text Example

White with #EF0249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0249; }

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

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

background-color css

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

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

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

border-color css

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

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

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