Html Css Color HEX #EF084C Razzmatazz

📋 copy color: '#EF084C'

red 239 ◦ green 8 ◦ blue 76

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

Shades of Razzmatazz #EF084C

Tints of Razzmatazz #EF084C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.53%

R = 73.99%
G = 2.48%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF084C (or 0xEF084C) is known color: Razzmatazz. HEX triplet: EF, 08 and 4C. RGB value is (239,8,76). Sum of RGB (Red+Green+Blue) = 239+8+76=323 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.99% from 323); Green value is 8 (3.52% from 255 or 2.48% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 239 - color contains mainly: red. Hex color #EF084C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF084C is #10F7B3. Grayscale: #545454. Windows color (decimal): -1111988 or 4983023. OLE color: 4983023.

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

Color convert

RGB 239 8 76 -
CMYK 0 0.97 0.68 0.06
HSL 342.34º 0.94% 0.48% -
HSV(B) 342.34º 0.97% 0.94% -
XYZ 36.99 19.05 8.56 -
YUV 84.82 123.03 237.97 -
System Red Green Blue C M Y K H S L
Decimal 239 8 76 0 0.97 0.68 0.06 342.34 0.94 0.48
Hex EF 8 4C 0 61 44 6 156 5E 30
Octal 357 10 114 0 141 104 6 526 136 60
Binary 11101111 1000 1001100 0 1100001 1000100 110 101010110 1011110 110000

Color Harmonies of #EF084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF084C

Black with #EF084C

Text Example


Text Example

White with #EF084C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF084C; }

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

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

background-color css

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

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

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

border-color css

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

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

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