Html Css Color HEX #EC0763 Razzmatazz

📋 copy color: '#EC0763'

red 236 ◦ green 7 ◦ blue 99

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

Shades of Razzmatazz #EC0763

Tints of Razzmatazz #EC0763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 28.95%

R = 69.01%
G = 2.05%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC0763 (or 0xEC0763) is known color: Razzmatazz. HEX triplet: EC, 07 and 63. RGB value is (236,7,99). Sum of RGB (Red+Green+Blue) = 236+7+99=342 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.01% from 342); Green value is 7 (3.12% from 255 or 2.05% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0763 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0763 is #13F89C. Grayscale: #555555. Windows color (decimal): -1308829 or 6490092. OLE color: 6490092.

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

Color convert

RGB 236 7 99 -
CMYK 0 0.97 0.58 0.07
HSL 335.9º 0.94% 0.48% -
HSV(B) 335.9º 0.97% 0.93% -
XYZ 36.92 18.89 13.5 -
YUV 85.96 135.37 235.02 -
System Red Green Blue C M Y K H S L
Decimal 236 7 99 0 0.97 0.58 0.07 335.9 0.94 0.48
Hex EC 7 63 0 61 3A 7 150 5E 30
Octal 354 7 143 0 141 72 7 520 136 60
Binary 11101100 111 1100011 0 1100001 111010 111 101010000 1011110 110000

Color Harmonies of #EC0763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0763

Black with #EC0763

Text Example


Text Example

White with #EC0763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0763; }

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

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

background-color css

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

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

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

border-color css

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

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

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