Html Css Color HEX #EC0550 Razzmatazz

📋 copy color: '#EC0550'

red 236 ◦ green 5 ◦ blue 80

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

Shades of Razzmatazz #EC0550

Tints of Razzmatazz #EC0550

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.56%

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

R = 73.52%
G = 1.56%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EC0550 (or 0xEC0550) is known color: Razzmatazz. HEX triplet: EC, 05 and 50. RGB value is (236,5,80). Sum of RGB (Red+Green+Blue) = 236+5+80=321 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.52% from 321); Green value is 5 (2.34% from 255 or 1.56% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0550 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0550 is #13FAAF. Grayscale: #525252. Windows color (decimal): -1309360 or 5244396. OLE color: 5244396.

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

Color convert

RGB 236 5 80 -
CMYK 0 0.98 0.66 0.07
HSL 340.52º 0.96% 0.47% -
HSV(B) 340.52º 0.98% 0.93% -
XYZ 36.09 18.52 9.26 -
YUV 82.62 126.53 237.4 -
System Red Green Blue C M Y K H S L
Decimal 236 5 80 0 0.98 0.66 0.07 340.52 0.96 0.47
Hex EC 5 50 0 62 42 7 155 60 2F
Octal 354 5 120 0 142 102 7 525 140 57
Binary 11101100 101 1010000 0 1100010 1000010 111 101010101 1100000 101111

Color Harmonies of #EC0550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0550

Black with #EC0550

Text Example


Text Example

White with #EC0550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0550; }

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

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

background-color css

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

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

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

border-color css

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

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

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