Html Css Color HEX #EC0464 Razzmatazz

📋 copy color: '#EC0464'

red 236 ◦ green 4 ◦ blue 100

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

Shades of Razzmatazz #EC0464

Tints of Razzmatazz #EC0464

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.18%

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

R = 69.41%
G = 1.18%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC0464 (or 0xEC0464) is known color: Razzmatazz. HEX triplet: EC, 04 and 64. RGB value is (236,4,100). Sum of RGB (Red+Green+Blue) = 236+4+100=340 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.41% from 340); Green value is 4 (1.95% from 255 or 1.18% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0464 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0464 is #13FB9B. Grayscale: #545454. Windows color (decimal): -1309596 or 6554860. OLE color: 6554860.

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

Color convert

RGB 236 4 100 -
CMYK 0 0.98 0.58 0.07
HSL 335.17º 0.97% 0.47% -
HSV(B) 335.17º 0.98% 0.93% -
XYZ 36.94 18.84 13.75 -
YUV 84.31 136.86 236.19 -
System Red Green Blue C M Y K H S L
Decimal 236 4 100 0 0.98 0.58 0.07 335.17 0.97 0.47
Hex EC 4 64 0 62 3A 7 14F 61 2F
Octal 354 4 144 0 142 72 7 517 141 57
Binary 11101100 100 1100100 0 1100010 111010 111 101001111 1100001 101111

Color Harmonies of #EC0464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0464

Black with #EC0464

Text Example


Text Example

White with #EC0464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0464; }

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

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

background-color css

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

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

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

border-color css

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

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

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