Html Css Color HEX #EF084A Razzmatazz

📋 copy color: '#EF084A'

red 239 ◦ green 8 ◦ blue 74

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

Shades of Razzmatazz #EF084A

Tints of Razzmatazz #EF084A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.49%

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

R = 74.45%
G = 2.49%
B = 23.05%

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

#EF084A (or 0xEF084A) is known color: Razzmatazz. HEX triplet: EF, 08 and 4A. RGB value is (239,8,74). Sum of RGB (Red+Green+Blue) = 239+8+74=321 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.45% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 239 - color contains mainly: red. Hex color #EF084A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF084A is #10F7B5. Grayscale: #545454. Windows color (decimal): -1111990 or 4851951. OLE color: 4851951.

HSL color Cylindrical-coordinate representation of color #EF084A: hue angle of 342.86º 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 #EF084A is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 8 74 -
CMYK 0 0.97 0.69 0.06
HSL 342.86º 0.94% 0.48% -
HSV(B) 342.86º 0.97% 0.94% -
XYZ 36.92 19.02 8.2 -
YUV 84.59 122.03 238.13 -
System Red Green Blue C M Y K H S L
Decimal 239 8 74 0 0.97 0.69 0.06 342.86 0.94 0.48
Hex EF 8 4A 0 61 45 6 157 5E 30
Octal 357 10 112 0 141 105 6 527 136 60
Binary 11101111 1000 1001010 0 1100001 1000101 110 101010111 1011110 110000

Color Harmonies of #EF084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF084A

Black with #EF084A

Text Example


Text Example

White with #EF084A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF084A; }

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

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

background-color css

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

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

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

border-color css

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

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

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