Html Css Color HEX #EF0B49 Razzmatazz

📋 copy color: '#EF0B49'

red 239 ◦ green 11 ◦ blue 73

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

Shades of Razzmatazz #EF0B49

Tints of Razzmatazz #EF0B49

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.41%

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

R = 73.99%
G = 3.41%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF0B49 (or 0xEF0B49) is known color: Razzmatazz. HEX triplet: EF, 0B and 49. RGB value is (239,11,73). Sum of RGB (Red+Green+Blue) = 239+11+73=323 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.99% from 323); Green value is 11 (4.69% from 255 or 3.41% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0B49 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0B49 is #10F4B6. Grayscale: #565656. Windows color (decimal): -1111223 or 4787183. OLE color: 4787183.

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

Color convert

RGB 239 11 73 -
CMYK 0 0.95 0.69 0.06
HSL 343.68º 0.91% 0.49% -
HSV(B) 343.68º 0.95% 0.94% -
XYZ 36.92 19.07 8.04 -
YUV 86.24 120.54 236.96 -
System Red Green Blue C M Y K H S L
Decimal 239 11 73 0 0.95 0.69 0.06 343.68 0.91 0.49
Hex EF B 49 0 5F 45 6 158 5B 31
Octal 357 13 111 0 137 105 6 530 133 61
Binary 11101111 1011 1001001 0 1011111 1000101 110 101011000 1011011 110001

Color Harmonies of #EF0B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0B49

Black with #EF0B49

Text Example


Text Example

White with #EF0B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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