Html Css Color HEX #EC014C Razzmatazz

📋 copy color: '#EC014C'

red 236 ◦ green 1 ◦ blue 76

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

Shades of Razzmatazz #EC014C

Tints of Razzmatazz #EC014C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 76 (30.08% from 255) = 24.28%

R = 75.4%
G = 0.32%
B = 24.28%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC014C (or 0xEC014C) is known color: Razzmatazz. HEX triplet: EC, 01 and 4C. RGB value is (236,1,76). Sum of RGB (Red+Green+Blue) = 236+1+76=313 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.40% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 236 - color contains mainly: red. Hex color #EC014C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC014C is #13FEB3. Grayscale: #4F4F4F. Windows color (decimal): -1310388 or 4981228. OLE color: 4981228.

HSL color Cylindrical-coordinate representation of color #EC014C: hue angle of 340.85º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC014C is Cyan = 0, Magento = 1.00, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 1 76 -
CMYK 0 1.00 0.68 0.07
HSL 340.85º 0.99% 0.46% -
HSV(B) 340.85º 1% 0.93% -
XYZ 35.91 18.38 8.49 -
YUV 79.82 125.86 239.4 -
System Red Green Blue C M Y K H S L
Decimal 236 1 76 0 1.00 0.68 0.07 340.85 0.99 0.46
Hex EC 1 4C 0 64 44 7 155 63 2E
Octal 354 1 114 0 144 104 7 525 143 56
Binary 11101100 1 1001100 0 1100100 1000100 111 101010101 1100011 101110

Color Harmonies of #EC014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC014C

Black with #EC014C

Text Example


Text Example

White with #EC014C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC014C; }

 p { color: rgb(236,1,76); }

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

background-color css

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

 a { background-color: rgb(236,1,76); }

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

border-color css

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

 span { border-color: rgb(236,1,76); }

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