Html Css Color HEX #EC0263 Razzmatazz

📋 copy color: '#EC0263'

red 236 ◦ green 2 ◦ blue 99

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

Shades of Razzmatazz #EC0263

Tints of Razzmatazz #EC0263

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.59%

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

R = 70.03%
G = 0.59%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC0263 (or 0xEC0263) is known color: Razzmatazz. HEX triplet: EC, 02 and 63. RGB value is (236,2,99). Sum of RGB (Red+Green+Blue) = 236+2+99=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 2 (1.17% from 255 or 0.59% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0263 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0263 is #13FD9C. Grayscale: #525252. Windows color (decimal): -1310109 or 6488812. OLE color: 6488812.

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

Color convert

RGB 236 2 99 -
CMYK 0 0.99 0.58 0.07
HSL 335.13º 0.98% 0.47% -
HSV(B) 335.13º 0.99% 0.93% -
XYZ 36.87 18.78 13.49 -
YUV 83.02 137.02 237.11 -
System Red Green Blue C M Y K H S L
Decimal 236 2 99 0 0.99 0.58 0.07 335.13 0.98 0.47
Hex EC 2 63 0 63 3A 7 14F 62 2F
Octal 354 2 143 0 143 72 7 517 142 57
Binary 11101100 10 1100011 0 1100011 111010 111 101001111 1100010 101111

Color Harmonies of #EC0263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0263

Black with #EC0263

Text Example


Text Example

White with #EC0263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0263; }

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

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

background-color css

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

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

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

border-color css

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

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

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