Html Css Color HEX #EC074F Razzmatazz

📋 copy color: '#EC074F'

red 236 ◦ green 7 ◦ blue 79

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

Shades of Razzmatazz #EC074F

Tints of Razzmatazz #EC074F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.53%

R = 73.29%
G = 2.17%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC074F (or 0xEC074F) is known color: Razzmatazz. HEX triplet: EC, 07 and 4F. RGB value is (236,7,79). Sum of RGB (Red+Green+Blue) = 236+7+79=322 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.29% from 322); Green value is 7 (3.12% from 255 or 2.17% from 322); Blue value is 79 (31.25% from 255 or 24.53% from 322); Max value from RGB is 236 - color contains mainly: red. Hex color #EC074F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC074F is #13F8B0. Grayscale: #535353. Windows color (decimal): -1308849 or 5179372. OLE color: 5179372.

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

Color convert

RGB 236 7 79 -
CMYK 0 0.97 0.67 0.07
HSL 341.14º 0.94% 0.48% -
HSV(B) 341.14º 0.97% 0.93% -
XYZ 36.08 18.55 9.08 -
YUV 83.68 125.37 236.65 -
System Red Green Blue C M Y K H S L
Decimal 236 7 79 0 0.97 0.67 0.07 341.14 0.94 0.48
Hex EC 7 4F 0 61 43 7 155 5E 30
Octal 354 7 117 0 141 103 7 525 136 60
Binary 11101100 111 1001111 0 1100001 1000011 111 101010101 1011110 110000

Color Harmonies of #EC074F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC074F

Black with #EC074F

Text Example


Text Example

White with #EC074F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC074F; }

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

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

background-color css

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

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

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

border-color css

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

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

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