Html Css Color HEX #EC0649 Razzmatazz

📋 copy color: '#EC0649'

red 236 ◦ green 6 ◦ blue 73

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

Shades of Razzmatazz #EC0649

Tints of Razzmatazz #EC0649

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.9%

 BLUE value IS 73 (28.91% from 255) = 23.17%

R = 74.92%
G = 1.9%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC0649 (or 0xEC0649) is known color: Razzmatazz. HEX triplet: EC, 06 and 49. RGB value is (236,6,73). Sum of RGB (Red+Green+Blue) = 236+6+73=315 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.92% from 315); Green value is 6 (2.73% from 255 or 1.90% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0649 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0649 is #13F9B6. Grayscale: #525252. Windows color (decimal): -1309111 or 4785900. OLE color: 4785900.

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

Color convert

RGB 236 6 73 -
CMYK 0 0.97 0.69 0.07
HSL 342.52º 0.95% 0.47% -
HSV(B) 342.52º 0.97% 0.93% -
XYZ 35.86 18.44 7.97 -
YUV 82.41 122.7 237.55 -
System Red Green Blue C M Y K H S L
Decimal 236 6 73 0 0.97 0.69 0.07 342.52 0.95 0.47
Hex EC 6 49 0 61 45 7 157 5F 2F
Octal 354 6 111 0 141 105 7 527 137 57
Binary 11101100 110 1001001 0 1100001 1000101 111 101010111 1011111 101111

Color Harmonies of #EC0649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0649

Black with #EC0649

Text Example


Text Example

White with #EC0649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0649; }

 p { color: rgb(236,6,73); }

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

background-color css

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

 a { background-color: rgb(236,6,73); }

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

border-color css

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

 span { border-color: rgb(236,6,73); }

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