Html Css Color HEX #EC004E Razzmatazz

📋 copy color: '#EC004E'

red 236 ◦ green 0 ◦ blue 78

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

Shades of Razzmatazz #EC004E

Tints of Razzmatazz #EC004E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 75.16%
G = 0%
B = 24.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC004E (or 0xEC004E) is known color: Razzmatazz. HEX triplet: EC, 00 and 4E. RGB value is (236,0,78). Sum of RGB (Red+Green+Blue) = 236+0+78=314 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.16% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 236 - color contains mainly: red. Hex color #EC004E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC004E is #13FFB1. Grayscale: #4F4F4F. Windows color (decimal): -1310642 or 5112044. OLE color: 5112044.

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

Color convert

RGB 236 0 78 -
CMYK 0 1 0.67 0.07
HSL 340.17º 1% 0.46% -
HSV(B) 340.17º 1% 0.93% -
XYZ 35.97 18.38 8.86 -
YUV 79.46 127.19 239.66 -
System Red Green Blue C M Y K H S L
Decimal 236 0 78 0 1 0.67 0.07 340.17 1 0.46
Hex EC 0 4E 0 64 43 7 154 64 2E
Octal 354 0 116 0 144 103 7 524 144 56
Binary 11101100 0 1001110 0 1100100 1000011 111 101010100 1100100 101110

Color Harmonies of #EC004E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC004E

Black with #EC004E

Text Example


Text Example

White with #EC004E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC004E; }

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

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

background-color css

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

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

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

border-color css

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

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

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