Html Css Color HEX #EC1063 Razzmatazz

📋 copy color: '#EC1063'

red 236 ◦ green 16 ◦ blue 99

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

Shades of Razzmatazz #EC1063

Tints of Razzmatazz #EC1063

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.56%

 BLUE value IS 99 (39.06% from 255) = 28.21%

R = 67.24%
G = 4.56%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC1063 (or 0xEC1063) is known color: Razzmatazz. HEX triplet: EC, 10 and 63. RGB value is (236,16,99). Sum of RGB (Red+Green+Blue) = 236+16+99=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 16 (6.64% from 255 or 4.56% from 351); Blue value is 99 (39.06% from 255 or 28.21% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1063 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1063 is #13EF9C. Grayscale: #5B5B5B. Windows color (decimal): -1306525 or 6492396. OLE color: 6492396.

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

Color convert

RGB 236 16 99 -
CMYK 0 0.93 0.58 0.07
HSL 337.36º 0.87% 0.49% -
HSV(B) 337.36º 0.93% 0.93% -
XYZ 37.03 19.1 13.54 -
YUV 91.24 132.39 231.25 -
System Red Green Blue C M Y K H S L
Decimal 236 16 99 0 0.93 0.58 0.07 337.36 0.87 0.49
Hex EC 10 63 0 5D 3A 7 151 57 31
Octal 354 20 143 0 135 72 7 521 127 61
Binary 11101100 10000 1100011 0 1011101 111010 111 101010001 1010111 110001

Color Harmonies of #EC1063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1063

Black with #EC1063

Text Example


Text Example

White with #EC1063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1063; }

 p { color: rgb(236,16,99); }

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

background-color css

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

 a { background-color: rgb(236,16,99); }

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

border-color css

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

 span { border-color: rgb(236,16,99); }

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