Html Css Color HEX #EC064F Razzmatazz

📋 copy color: '#EC064F'

red 236 ◦ green 6 ◦ blue 79

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

Shades of Razzmatazz #EC064F

Tints of Razzmatazz #EC064F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.87%

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

R = 73.52%
G = 1.87%
B = 24.61%

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

#EC064F (or 0xEC064F) is known color: Razzmatazz. HEX triplet: EC, 06 and 4F. RGB value is (236,6,79). Sum of RGB (Red+Green+Blue) = 236+6+79=321 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.52% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 236 - color contains mainly: red. Hex color #EC064F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC064F is #13F9B0. Grayscale: #535353. Windows color (decimal): -1309105 or 5179116. OLE color: 5179116.

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

Color convert

RGB 236 6 79 -
CMYK 0 0.97 0.67 0.07
HSL 340.96º 0.95% 0.47% -
HSV(B) 340.96º 0.97% 0.93% -
XYZ 36.07 18.53 9.07 -
YUV 83.09 125.7 237.06 -
System Red Green Blue C M Y K H S L
Decimal 236 6 79 0 0.97 0.67 0.07 340.96 0.95 0.47
Hex EC 6 4F 0 61 43 7 155 5F 2F
Octal 354 6 117 0 141 103 7 525 137 57
Binary 11101100 110 1001111 0 1100001 1000011 111 101010101 1011111 101111

Color Harmonies of #EC064F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC064F

Black with #EC064F

Text Example


Text Example

White with #EC064F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC064F; }

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

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

background-color css

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

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

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

border-color css

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

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

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