Html Css Color HEX #EC0774 Razzmatazz

📋 copy color: '#EC0774'

red 236 ◦ green 7 ◦ blue 116

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

Shades of Razzmatazz #EC0774

Tints of Razzmatazz #EC0774

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.95%

 BLUE value IS 116 (45.7% from 255) = 32.31%

R = 65.74%
G = 1.95%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC0774 (or 0xEC0774) is known color: Razzmatazz. HEX triplet: EC, 07 and 74. RGB value is (236,7,116). Sum of RGB (Red+Green+Blue) = 236+7+116=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 7 (3.12% from 255 or 1.95% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0774 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0774 is #13F88B. Grayscale: #575757. Windows color (decimal): -1308812 or 7604204. OLE color: 7604204.

HSL color Cylindrical-coordinate representation of color #EC0774: hue angle of 331.44º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC0774 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 7 116 -
CMYK 0 0.97 0.51 0.07
HSL 331.44º 0.94% 0.48% -
HSV(B) 331.44º 0.97% 0.93% -
XYZ 37.82 19.25 18.24 -
YUV 87.9 143.87 233.64 -
System Red Green Blue C M Y K H S L
Decimal 236 7 116 0 0.97 0.51 0.07 331.44 0.94 0.48
Hex EC 7 74 0 61 33 7 14B 5E 30
Octal 354 7 164 0 141 63 7 513 136 60
Binary 11101100 111 1110100 0 1100001 110011 111 101001011 1011110 110000

Color Harmonies of #EC0774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0774

Black with #EC0774

Text Example


Text Example

White with #EC0774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0774; }

 p { color: rgb(236,7,116); }

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

background-color css

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

 a { background-color: rgb(236,7,116); }

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

border-color css

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

 span { border-color: rgb(236,7,116); }

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