Html Css Color HEX #EC1250 Razzmatazz

📋 copy color: '#EC1250'

red 236 ◦ green 18 ◦ blue 80

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

Shades of Razzmatazz #EC1250

Tints of Razzmatazz #EC1250

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.39%

 BLUE value IS 80 (31.64% from 255) = 23.95%

R = 70.66%
G = 5.39%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EC1250 (or 0xEC1250) is known color: Razzmatazz. HEX triplet: EC, 12 and 50. RGB value is (236,18,80). Sum of RGB (Red+Green+Blue) = 236+18+80=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 18 (7.42% from 255 or 5.39% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1250 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1250 is #13EDAF. Grayscale: #5A5A5A. Windows color (decimal): -1306032 or 5247724. OLE color: 5247724.

HSL color Cylindrical-coordinate representation of color #EC1250: hue angle of 342.94º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC1250 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 18 80 -
CMYK 0 0.92 0.66 0.07
HSL 342.94º 0.86% 0.5% -
HSV(B) 342.94º 0.92% 0.93% -
XYZ 36.26 18.84 9.32 -
YUV 90.25 122.22 231.96 -
System Red Green Blue C M Y K H S L
Decimal 236 18 80 0 0.92 0.66 0.07 342.94 0.86 0.5
Hex EC 12 50 0 5C 42 7 157 56 32
Octal 354 22 120 0 134 102 7 527 126 62
Binary 11101100 10010 1010000 0 1011100 1000010 111 101010111 1010110 110010

Color Harmonies of #EC1250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1250

Black with #EC1250

Text Example


Text Example

White with #EC1250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1250; }

 p { color: rgb(236,18,80); }

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

background-color css

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

 a { background-color: rgb(236,18,80); }

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

border-color css

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

 span { border-color: rgb(236,18,80); }

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