Html Css Color HEX #EC0064 Razzmatazz

📋 copy color: '#EC0064'

red 236 ◦ green 0 ◦ blue 100

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

Shades of Razzmatazz #EC0064

Tints of Razzmatazz #EC0064

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 100 (39.45% from 255) = 29.76%

R = 70.24%
G = 0%
B = 29.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC0064 (or 0xEC0064) is known color: Razzmatazz. HEX triplet: EC, 00 and 64. RGB value is (236,0,100). Sum of RGB (Red+Green+Blue) = 236+0+100=336 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.24% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0064 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0064 is #13FF9B. Grayscale: #515151. Windows color (decimal): -1310620 or 6553836. OLE color: 6553836.

HSL color Cylindrical-coordinate representation of color #EC0064: hue angle of 334.58º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC0064 is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 0 100 -
CMYK 0 1 0.58 0.07
HSL 334.58º 1% 0.46% -
HSV(B) 334.58º 1% 0.93% -
XYZ 36.89 18.75 13.73 -
YUV 81.96 138.19 237.87 -
System Red Green Blue C M Y K H S L
Decimal 236 0 100 0 1 0.58 0.07 334.58 1 0.46
Hex EC 0 64 0 64 3A 7 14F 64 2E
Octal 354 0 144 0 144 72 7 517 144 56
Binary 11101100 0 1100100 0 1100100 111010 111 101001111 1100100 101110

Color Harmonies of #EC0064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0064

Black with #EC0064

Text Example


Text Example

White with #EC0064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0064; }

 p { color: rgb(236,0,100); }

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

background-color css

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

 a { background-color: rgb(236,0,100); }

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

border-color css

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

 span { border-color: rgb(236,0,100); }

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