Html Css Color HEX #EC0163 Razzmatazz

📋 copy color: '#EC0163'

red 236 ◦ green 1 ◦ blue 99

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

Shades of Razzmatazz #EC0163

Tints of Razzmatazz #EC0163

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 70.24%
G = 0.3%
B = 29.46%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC0163 (or 0xEC0163) is known color: Razzmatazz. HEX triplet: EC, 01 and 63. RGB value is (236,1,99). Sum of RGB (Red+Green+Blue) = 236+1+99=336 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.24% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0163 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0163 is #13FE9C. Grayscale: #525252. Windows color (decimal): -1310365 or 6488556. OLE color: 6488556.

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

Color convert

RGB 236 1 99 -
CMYK 0 1.00 0.58 0.07
HSL 334.98º 0.99% 0.46% -
HSV(B) 334.98º 1% 0.93% -
XYZ 36.86 18.76 13.48 -
YUV 82.44 137.36 237.53 -
System Red Green Blue C M Y K H S L
Decimal 236 1 99 0 1.00 0.58 0.07 334.98 0.99 0.46
Hex EC 1 63 0 64 3A 7 14F 63 2E
Octal 354 1 143 0 144 72 7 517 143 56
Binary 11101100 1 1100011 0 1100100 111010 111 101001111 1100011 101110

Color Harmonies of #EC0163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0163

Black with #EC0163

Text Example


Text Example

White with #EC0163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0163; }

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

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

background-color css

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

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

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

border-color css

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

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

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