Html Css Color HEX #EC0379 Razzmatazz

📋 copy color: '#EC0379'

red 236 ◦ green 3 ◦ blue 121

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

Shades of Razzmatazz #EC0379

Tints of Razzmatazz #EC0379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.61%

R = 65.56%
G = 0.83%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC0379 (or 0xEC0379) is known color: Razzmatazz. HEX triplet: EC, 03 and 79. RGB value is (236,3,121). Sum of RGB (Red+Green+Blue) = 236+3+121=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 3 (1.56% from 255 or 0.83% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0379 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0379 is #13FC86. Grayscale: #555555. Windows color (decimal): -1309831 or 7930860. OLE color: 7930860.

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

Color convert

RGB 236 3 121 -
CMYK 0 0.99 0.49 0.07
HSL 329.61º 0.97% 0.47% -
HSV(B) 329.61º 0.99% 0.93% -
XYZ 38.08 19.28 19.8 -
YUV 86.12 147.69 234.91 -
System Red Green Blue C M Y K H S L
Decimal 236 3 121 0 0.99 0.49 0.07 329.61 0.97 0.47
Hex EC 3 79 0 63 31 7 14A 61 2F
Octal 354 3 171 0 143 61 7 512 141 57
Binary 11101100 11 1111001 0 1100011 110001 111 101001010 1100001 101111

Color Harmonies of #EC0379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0379

Black with #EC0379

Text Example


Text Example

White with #EC0379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0379; }

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

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

background-color css

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

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

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

border-color css

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

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

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