Html Css Color HEX #EC014F Razzmatazz

📋 copy color: '#EC014F'

red 236 ◦ green 1 ◦ blue 79

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

Shades of Razzmatazz #EC014F

Tints of Razzmatazz #EC014F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25%

R = 74.68%
G = 0.32%
B = 25%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC014F (or 0xEC014F) is known color: Razzmatazz. HEX triplet: EC, 01 and 4F. RGB value is (236,1,79). Sum of RGB (Red+Green+Blue) = 236+1+79=316 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.68% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 236 - color contains mainly: red. Hex color #EC014F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC014F is #13FEB0. Grayscale: #505050. Windows color (decimal): -1310385 or 5177836. OLE color: 5177836.

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

Color convert

RGB 236 1 79 -
CMYK 0 1.00 0.67 0.07
HSL 340.09º 0.99% 0.46% -
HSV(B) 340.09º 1% 0.93% -
XYZ 36.01 18.42 9.05 -
YUV 80.16 127.36 239.16 -
System Red Green Blue C M Y K H S L
Decimal 236 1 79 0 1.00 0.67 0.07 340.09 0.99 0.46
Hex EC 1 4F 0 64 43 7 154 63 2E
Octal 354 1 117 0 144 103 7 524 143 56
Binary 11101100 1 1001111 0 1100100 1000011 111 101010100 1100011 101110

Color Harmonies of #EC014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC014F

Black with #EC014F

Text Example


Text Example

White with #EC014F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC014F; }

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

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

background-color css

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

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

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

border-color css

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

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

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