Html Css Color HEX #EC0053 Razzmatazz

📋 copy color: '#EC0053'

red 236 ◦ green 0 ◦ blue 83

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

Shades of Razzmatazz #EC0053

Tints of Razzmatazz #EC0053

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 83 (32.81% from 255) = 26.02%

R = 73.98%
G = 0%
B = 26.02%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EC0053 (or 0xEC0053) is known color: Razzmatazz. HEX triplet: EC, 00 and 53. RGB value is (236,0,83). Sum of RGB (Red+Green+Blue) = 236+0+83=319 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.98% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0053 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0053 is #13FFAC. Grayscale: #4F4F4F. Windows color (decimal): -1310637 or 5439724. OLE color: 5439724.

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

Color convert

RGB 236 0 83 -
CMYK 0 1 0.65 0.07
HSL 338.9º 1% 0.46% -
HSV(B) 338.9º 1% 0.93% -
XYZ 36.15 18.46 9.84 -
YUV 80.03 129.69 239.25 -
System Red Green Blue C M Y K H S L
Decimal 236 0 83 0 1 0.65 0.07 338.9 1 0.46
Hex EC 0 53 0 64 41 7 153 64 2E
Octal 354 0 123 0 144 101 7 523 144 56
Binary 11101100 0 1010011 0 1100100 1000001 111 101010011 1100100 101110

Color Harmonies of #EC0053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0053

Black with #EC0053

Text Example


Text Example

White with #EC0053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0053; }

 p { color: rgb(236,0,83); }

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

background-color css

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

 a { background-color: rgb(236,0,83); }

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

border-color css

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

 span { border-color: rgb(236,0,83); }

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