Html Css Color HEX #EC124C Razzmatazz

📋 copy color: '#EC124C'

red 236 ◦ green 18 ◦ blue 76

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

Shades of Razzmatazz #EC124C

Tints of Razzmatazz #EC124C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.45%

 BLUE value IS 76 (30.08% from 255) = 23.03%

R = 71.52%
G = 5.45%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC124C (or 0xEC124C) is known color: Razzmatazz. HEX triplet: EC, 12 and 4C. RGB value is (236,18,76). Sum of RGB (Red+Green+Blue) = 236+18+76=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC124C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC124C is #13EDB3. Grayscale: #595959. Windows color (decimal): -1306036 or 4985580. OLE color: 4985580.

HSL color Cylindrical-coordinate representation of color #EC124C: hue angle of 344.04º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC124C is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 18 76 -
CMYK 0 0.92 0.68 0.07
HSL 344.04º 0.86% 0.5% -
HSV(B) 344.04º 0.92% 0.93% -
XYZ 36.11 18.79 8.56 -
YUV 89.79 120.22 232.28 -
System Red Green Blue C M Y K H S L
Decimal 236 18 76 0 0.92 0.68 0.07 344.04 0.86 0.5
Hex EC 12 4C 0 5C 44 7 158 56 32
Octal 354 22 114 0 134 104 7 530 126 62
Binary 11101100 10010 1001100 0 1011100 1000100 111 101011000 1010110 110010

Color Harmonies of #EC124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC124C

Black with #EC124C

Text Example


Text Example

White with #EC124C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC124C; }

 p { color: rgb(236,18,76); }

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

background-color css

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

 a { background-color: rgb(236,18,76); }

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

border-color css

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

 span { border-color: rgb(236,18,76); }

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