Html Css Color HEX #EF074A Razzmatazz

📋 copy color: '#EF074A'

red 239 ◦ green 7 ◦ blue 74

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

Shades of Razzmatazz #EF074A

Tints of Razzmatazz #EF074A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.19%

 BLUE value IS 74 (29.3% from 255) = 23.13%

R = 74.69%
G = 2.19%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF074A (or 0xEF074A) is known color: Razzmatazz. HEX triplet: EF, 07 and 4A. RGB value is (239,7,74). Sum of RGB (Red+Green+Blue) = 239+7+74=320 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.69% from 320); Green value is 7 (3.12% from 255 or 2.19% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 239 - color contains mainly: red. Hex color #EF074A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF074A is #10F8B5. Grayscale: #535353. Windows color (decimal): -1112246 or 4851695. OLE color: 4851695.

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

Color convert

RGB 239 7 74 -
CMYK 0 0.97 0.69 0.06
HSL 342.67º 0.94% 0.48% -
HSV(B) 342.67º 0.97% 0.94% -
XYZ 36.91 19 8.2 -
YUV 84.01 122.36 238.55 -
System Red Green Blue C M Y K H S L
Decimal 239 7 74 0 0.97 0.69 0.06 342.67 0.94 0.48
Hex EF 7 4A 0 61 45 6 157 5E 30
Octal 357 7 112 0 141 105 6 527 136 60
Binary 11101111 111 1001010 0 1100001 1000101 110 101010111 1011110 110000

Color Harmonies of #EF074A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF074A

Black with #EF074A

Text Example


Text Example

White with #EF074A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF074A; }

 p { color: rgb(239,7,74); }

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

background-color css

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

 a { background-color: rgb(239,7,74); }

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

border-color css

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

 span { border-color: rgb(239,7,74); }

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