Html Css Color HEX #EC0960 Razzmatazz

📋 copy color: '#EC0960'

red 236 ◦ green 9 ◦ blue 96

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

Shades of Razzmatazz #EC0960

Tints of Razzmatazz #EC0960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.15%

R = 69.21%
G = 2.64%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EC0960 (or 0xEC0960) is known color: Razzmatazz. HEX triplet: EC, 09 and 60. RGB value is (236,9,96). Sum of RGB (Red+Green+Blue) = 236+9+96=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 9 (3.91% from 255 or 2.64% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0960 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0960 is #13F69F. Grayscale: #565656. Windows color (decimal): -1308320 or 6293996. OLE color: 6293996.

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

Color convert

RGB 236 9 96 -
CMYK 0 0.96 0.59 0.07
HSL 337º 0.93% 0.48% -
HSV(B) 337º 0.96% 0.93% -
XYZ 36.8 18.87 12.77 -
YUV 86.79 133.21 234.43 -
System Red Green Blue C M Y K H S L
Decimal 236 9 96 0 0.96 0.59 0.07 337 0.93 0.48
Hex EC 9 60 0 60 3B 7 151 5D 30
Octal 354 11 140 0 140 73 7 521 135 60
Binary 11101100 1001 1100000 0 1100000 111011 111 101010001 1011101 110000

Color Harmonies of #EC0960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0960

Black with #EC0960

Text Example


Text Example

White with #EC0960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0960; }

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

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

background-color css

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

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

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

border-color css

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

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

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