Html Css Color HEX #EC004F Razzmatazz

📋 copy color: '#EC004F'

red 236 ◦ green 0 ◦ blue 79

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

Shades of Razzmatazz #EC004F

Tints of Razzmatazz #EC004F

RGB

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

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

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

R = 74.92%
G = 0%
B = 25.08%

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

#EC004F (or 0xEC004F) is known color: Razzmatazz. HEX triplet: EC, 00 and 4F. RGB value is (236,0,79). Sum of RGB (Red+Green+Blue) = 236+0+79=315 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.92% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 236 - color contains mainly: red. Hex color #EC004F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC004F is #13FFB0. Grayscale: #4F4F4F. Windows color (decimal): -1310641 or 5177580. OLE color: 5177580.

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

Color convert

RGB 236 0 79 -
CMYK 0 1 0.67 0.07
HSL 339.92º 1% 0.46% -
HSV(B) 339.92º 1% 0.93% -
XYZ 36 18.4 9.05 -
YUV 79.57 127.69 239.58 -
System Red Green Blue C M Y K H S L
Decimal 236 0 79 0 1 0.67 0.07 339.92 1 0.46
Hex EC 0 4F 0 64 43 7 154 64 2E
Octal 354 0 117 0 144 103 7 524 144 56
Binary 11101100 0 1001111 0 1100100 1000011 111 101010100 1100100 101110

Color Harmonies of #EC004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC004F

Black with #EC004F

Text Example


Text Example

White with #EC004F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC004F; }

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

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

background-color css

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

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

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

border-color css

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

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

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