Html Css Color HEX #EC1059 Razzmatazz

📋 copy color: '#EC1059'

red 236 ◦ green 16 ◦ blue 89

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

Shades of Razzmatazz #EC1059

Tints of Razzmatazz #EC1059

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.69%

 BLUE value IS 89 (35.16% from 255) = 26.1%

R = 69.21%
G = 4.69%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC1059 (or 0xEC1059) is known color: Razzmatazz. HEX triplet: EC, 10 and 59. RGB value is (236,16,89). Sum of RGB (Red+Green+Blue) = 236+16+89=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 16 (6.64% from 255 or 4.69% from 341); Blue value is 89 (35.16% from 255 or 26.10% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1059 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1059 is #13EFA6. Grayscale: #5A5A5A. Windows color (decimal): -1306535 or 5837036. OLE color: 5837036.

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

Color convert

RGB 236 16 89 -
CMYK 0 0.93 0.62 0.07
HSL 340.09º 0.87% 0.49% -
HSV(B) 340.09º 0.93% 0.93% -
XYZ 36.58 18.92 11.18 -
YUV 90.1 127.39 232.06 -
System Red Green Blue C M Y K H S L
Decimal 236 16 89 0 0.93 0.62 0.07 340.09 0.87 0.49
Hex EC 10 59 0 5D 3E 7 154 57 31
Octal 354 20 131 0 135 76 7 524 127 61
Binary 11101100 10000 1011001 0 1011101 111110 111 101010100 1010111 110001

Color Harmonies of #EC1059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1059

Black with #EC1059

Text Example


Text Example

White with #EC1059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1059; }

 p { color: rgb(236,16,89); }

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

background-color css

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

 a { background-color: rgb(236,16,89); }

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

border-color css

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

 span { border-color: rgb(236,16,89); }

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