Html Css Color HEX #EC014B Razzmatazz

📋 copy color: '#EC014B'

red 236 ◦ green 1 ◦ blue 75

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

Shades of Razzmatazz #EC014B

Tints of Razzmatazz #EC014B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.04%

R = 75.64%
G = 0.32%
B = 24.04%

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

#EC014B (or 0xEC014B) is known color: Razzmatazz. HEX triplet: EC, 01 and 4B. RGB value is (236,1,75). Sum of RGB (Red+Green+Blue) = 236+1+75=312 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.64% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 236 - color contains mainly: red. Hex color #EC014B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC014B is #13FEB4. Grayscale: #4F4F4F. Windows color (decimal): -1310389 or 4915692. OLE color: 4915692.

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

Color convert

RGB 236 1 75 -
CMYK 0 1.00 0.68 0.07
HSL 341.11º 0.99% 0.46% -
HSV(B) 341.11º 1% 0.93% -
XYZ 35.87 18.36 8.31 -
YUV 79.7 125.36 239.48 -
System Red Green Blue C M Y K H S L
Decimal 236 1 75 0 1.00 0.68 0.07 341.11 0.99 0.46
Hex EC 1 4B 0 64 44 7 155 63 2E
Octal 354 1 113 0 144 104 7 525 143 56
Binary 11101100 1 1001011 0 1100100 1000100 111 101010101 1100011 101110

Color Harmonies of #EC014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC014B

Black with #EC014B

Text Example


Text Example

White with #EC014B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC014B; }

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

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

background-color css

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

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

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

border-color css

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

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

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