Html Css Color HEX #EC0964 Razzmatazz

📋 copy color: '#EC0964'

red 236 ◦ green 9 ◦ blue 100

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

Shades of Razzmatazz #EC0964

Tints of Razzmatazz #EC0964

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.61%

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

R = 68.41%
G = 2.61%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC0964 (or 0xEC0964) is known color: Razzmatazz. HEX triplet: EC, 09 and 64. RGB value is (236,9,100). Sum of RGB (Red+Green+Blue) = 236+9+100=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 9 (3.91% from 255 or 2.61% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0964 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0964 is #13F69B. Grayscale: #575757. Windows color (decimal): -1308316 or 6556140. OLE color: 6556140.

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

Color convert

RGB 236 9 100 -
CMYK 0 0.96 0.58 0.07
HSL 335.95º 0.93% 0.48% -
HSV(B) 335.95º 0.96% 0.93% -
XYZ 36.99 18.95 13.76 -
YUV 87.25 135.21 234.1 -
System Red Green Blue C M Y K H S L
Decimal 236 9 100 0 0.96 0.58 0.07 335.95 0.93 0.48
Hex EC 9 64 0 60 3A 7 150 5D 30
Octal 354 11 144 0 140 72 7 520 135 60
Binary 11101100 1001 1100100 0 1100000 111010 111 101010000 1011101 110000

Color Harmonies of #EC0964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0964

Black with #EC0964

Text Example


Text Example

White with #EC0964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0964; }

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

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

background-color css

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

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

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

border-color css

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

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

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