Html Css Color HEX #EC0963 Razzmatazz

📋 copy color: '#EC0963'

red 236 ◦ green 9 ◦ blue 99

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

Shades of Razzmatazz #EC0963

Tints of Razzmatazz #EC0963

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.62%

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

R = 68.6%
G = 2.62%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC0963 (or 0xEC0963) is known color: Razzmatazz. HEX triplet: EC, 09 and 63. RGB value is (236,9,99). Sum of RGB (Red+Green+Blue) = 236+9+99=344 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.60% from 344); Green value is 9 (3.91% from 255 or 2.62% from 344); Blue value is 99 (39.06% from 255 or 28.78% from 344); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0963 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0963 is #13F69C. Grayscale: #575757. Windows color (decimal): -1308317 or 6490604. OLE color: 6490604.

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

Color convert

RGB 236 9 99 -
CMYK 0 0.96 0.58 0.07
HSL 336.21º 0.93% 0.48% -
HSV(B) 336.21º 0.96% 0.93% -
XYZ 36.94 18.93 13.51 -
YUV 87.13 134.71 234.18 -
System Red Green Blue C M Y K H S L
Decimal 236 9 99 0 0.96 0.58 0.07 336.21 0.93 0.48
Hex EC 9 63 0 60 3A 7 150 5D 30
Octal 354 11 143 0 140 72 7 520 135 60
Binary 11101100 1001 1100011 0 1100000 111010 111 101010000 1011101 110000

Color Harmonies of #EC0963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0963

Black with #EC0963

Text Example


Text Example

White with #EC0963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0963; }

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

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

background-color css

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

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

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

border-color css

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

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

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