Html Css Color HEX #EC014E Razzmatazz

📋 copy color: '#EC014E'

red 236 ◦ green 1 ◦ blue 78

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

Shades of Razzmatazz #EC014E

Tints of Razzmatazz #EC014E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.76%

R = 74.92%
G = 0.32%
B = 24.76%

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

#EC014E (or 0xEC014E) is known color: Razzmatazz. HEX triplet: EC, 01 and 4E. RGB value is (236,1,78). Sum of RGB (Red+Green+Blue) = 236+1+78=315 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.92% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 236 - color contains mainly: red. Hex color #EC014E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC014E is #13FEB1. Grayscale: #4F4F4F. Windows color (decimal): -1310386 or 5112300. OLE color: 5112300.

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

Color convert

RGB 236 1 78 -
CMYK 0 1.00 0.67 0.07
HSL 340.34º 0.99% 0.46% -
HSV(B) 340.34º 1% 0.93% -
XYZ 35.98 18.4 8.86 -
YUV 80.04 126.86 239.24 -
System Red Green Blue C M Y K H S L
Decimal 236 1 78 0 1.00 0.67 0.07 340.34 0.99 0.46
Hex EC 1 4E 0 64 43 7 154 63 2E
Octal 354 1 116 0 144 103 7 524 143 56
Binary 11101100 1 1001110 0 1100100 1000011 111 101010100 1100011 101110

Color Harmonies of #EC014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC014E

Black with #EC014E

Text Example


Text Example

White with #EC014E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC014E; }

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

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

background-color css

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

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

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

border-color css

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

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

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