Html Css Color HEX #EC0370 Razzmatazz

📋 copy color: '#EC0370'

red 236 ◦ green 3 ◦ blue 112

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

Shades of Razzmatazz #EC0370

Tints of Razzmatazz #EC0370

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.85%

 BLUE value IS 112 (44.14% from 255) = 31.91%

R = 67.24%
G = 0.85%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC0370 (or 0xEC0370) is known color: Razzmatazz. HEX triplet: EC, 03 and 70. RGB value is (236,3,112). Sum of RGB (Red+Green+Blue) = 236+3+112=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 3 (1.56% from 255 or 0.85% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0370 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0370 is #13FC8F. Grayscale: #545454. Windows color (decimal): -1309840 or 7341036. OLE color: 7341036.

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

Color convert

RGB 236 3 112 -
CMYK 0 0.99 0.53 0.07
HSL 331.93º 0.97% 0.47% -
HSV(B) 331.93º 0.99% 0.93% -
XYZ 37.55 19.07 17.03 -
YUV 85.09 143.19 235.64 -
System Red Green Blue C M Y K H S L
Decimal 236 3 112 0 0.99 0.53 0.07 331.93 0.97 0.47
Hex EC 3 70 0 63 35 7 14C 61 2F
Octal 354 3 160 0 143 65 7 514 141 57
Binary 11101100 11 1110000 0 1100011 110101 111 101001100 1100001 101111

Color Harmonies of #EC0370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0370

Black with #EC0370

Text Example


Text Example

White with #EC0370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0370; }

 p { color: rgb(236,3,112); }

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

background-color css

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

 a { background-color: rgb(236,3,112); }

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

border-color css

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

 span { border-color: rgb(236,3,112); }

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