Html Css Color HEX #EC0350 Razzmatazz

📋 copy color: '#EC0350'

red 236 ◦ green 3 ◦ blue 80

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

Shades of Razzmatazz #EC0350

Tints of Razzmatazz #EC0350

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.94%

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

R = 73.98%
G = 0.94%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EC0350 (or 0xEC0350) is known color: Razzmatazz. HEX triplet: EC, 03 and 50. RGB value is (236,3,80). Sum of RGB (Red+Green+Blue) = 236+3+80=319 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.98% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0350 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0350 is #13FCAF. Grayscale: #515151. Windows color (decimal): -1309872 or 5243884. OLE color: 5243884.

HSL color Cylindrical-coordinate representation of color #EC0350: hue angle of 340.17º degrees, saturation: 0.97, 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 #EC0350 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 3 80 -
CMYK 0 0.99 0.66 0.07
HSL 340.17º 0.97% 0.47% -
HSV(B) 340.17º 0.99% 0.93% -
XYZ 36.07 18.48 9.25 -
YUV 81.45 127.19 238.24 -
System Red Green Blue C M Y K H S L
Decimal 236 3 80 0 0.99 0.66 0.07 340.17 0.97 0.47
Hex EC 3 50 0 63 42 7 154 61 2F
Octal 354 3 120 0 143 102 7 524 141 57
Binary 11101100 11 1010000 0 1100011 1000010 111 101010100 1100001 101111

Color Harmonies of #EC0350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0350

Black with #EC0350

Text Example


Text Example

White with #EC0350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0350; }

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

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

background-color css

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

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

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

border-color css

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

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

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