Html Css Color HEX #EC004D Razzmatazz

📋 copy color: '#EC004D'

red 236 ◦ green 0 ◦ blue 77

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

Shades of Razzmatazz #EC004D

Tints of Razzmatazz #EC004D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.6%

R = 75.4%
G = 0%
B = 24.6%

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

#EC004D (or 0xEC004D) is known color: Razzmatazz. HEX triplet: EC, 00 and 4D. RGB value is (236,0,77). Sum of RGB (Red+Green+Blue) = 236+0+77=313 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.40% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 236 - color contains mainly: red. Hex color #EC004D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC004D is #13FFB2. Grayscale: #4F4F4F. Windows color (decimal): -1310643 or 5046508. OLE color: 5046508.

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

Color convert

RGB 236 0 77 -
CMYK 0 1 0.67 0.07
HSL 340.42º 1% 0.46% -
HSV(B) 340.42º 1% 0.93% -
XYZ 35.93 18.37 8.67 -
YUV 79.34 126.69 239.74 -
System Red Green Blue C M Y K H S L
Decimal 236 0 77 0 1 0.67 0.07 340.42 1 0.46
Hex EC 0 4D 0 64 43 7 154 64 2E
Octal 354 0 115 0 144 103 7 524 144 56
Binary 11101100 0 1001101 0 1100100 1000011 111 101010100 1100100 101110

Color Harmonies of #EC004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC004D

Black with #EC004D

Text Example


Text Example

White with #EC004D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC004D; }

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

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

background-color css

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

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

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

border-color css

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

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

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