Html Css Color HEX #EC074C Razzmatazz

📋 copy color: '#EC074C'

red 236 ◦ green 7 ◦ blue 76

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

Shades of Razzmatazz #EC074C

Tints of Razzmatazz #EC074C

RGB

 RED value IS 236 (92.58% from 255) = 73.98%

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

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

R = 73.98%
G = 2.19%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC074C (or 0xEC074C) is known color: Razzmatazz. HEX triplet: EC, 07 and 4C. RGB value is (236,7,76). Sum of RGB (Red+Green+Blue) = 236+7+76=319 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.98% from 319); Green value is 7 (3.12% from 255 or 2.19% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 236 - color contains mainly: red. Hex color #EC074C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC074C is #13F8B3. Grayscale: #535353. Windows color (decimal): -1308852 or 4982764. OLE color: 4982764.

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

Color convert

RGB 236 7 76 -
CMYK 0 0.97 0.68 0.07
HSL 341.92º 0.94% 0.48% -
HSV(B) 341.92º 0.97% 0.93% -
XYZ 35.97 18.51 8.51 -
YUV 83.34 123.87 236.89 -
System Red Green Blue C M Y K H S L
Decimal 236 7 76 0 0.97 0.68 0.07 341.92 0.94 0.48
Hex EC 7 4C 0 61 44 7 156 5E 30
Octal 354 7 114 0 141 104 7 526 136 60
Binary 11101100 111 1001100 0 1100001 1000100 111 101010110 1011110 110000

Color Harmonies of #EC074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC074C

Black with #EC074C

Text Example


Text Example

White with #EC074C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC074C; }

 p { color: rgb(236,7,76); }

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

background-color css

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

 a { background-color: rgb(236,7,76); }

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

border-color css

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

 span { border-color: rgb(236,7,76); }

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