Html Css Color HEX #EC064A Razzmatazz

📋 copy color: '#EC064A'

red 236 ◦ green 6 ◦ blue 74

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

Shades of Razzmatazz #EC064A

Tints of Razzmatazz #EC064A

RGB

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

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

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

R = 74.68%
G = 1.9%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC064A (or 0xEC064A) is known color: Razzmatazz. HEX triplet: EC, 06 and 4A. RGB value is (236,6,74). Sum of RGB (Red+Green+Blue) = 236+6+74=316 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.68% from 316); Green value is 6 (2.73% from 255 or 1.90% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 236 - color contains mainly: red. Hex color #EC064A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC064A is #13F9B5. Grayscale: #525252. Windows color (decimal): -1309110 or 4851436. OLE color: 4851436.

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

Color convert

RGB 236 6 74 -
CMYK 0 0.97 0.69 0.07
HSL 342.26º 0.95% 0.47% -
HSV(B) 342.26º 0.97% 0.93% -
XYZ 35.89 18.46 8.15 -
YUV 82.52 123.2 237.47 -
System Red Green Blue C M Y K H S L
Decimal 236 6 74 0 0.97 0.69 0.07 342.26 0.95 0.47
Hex EC 6 4A 0 61 45 7 156 5F 2F
Octal 354 6 112 0 141 105 7 526 137 57
Binary 11101100 110 1001010 0 1100001 1000101 111 101010110 1011111 101111

Color Harmonies of #EC064A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC064A

Black with #EC064A

Text Example


Text Example

White with #EC064A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC064A; }

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

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

background-color css

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

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

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

border-color css

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

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

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