Html Css Color HEX #EC134F Razzmatazz

📋 copy color: '#EC134F'

red 236 ◦ green 19 ◦ blue 79

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

Shades of Razzmatazz #EC134F

Tints of Razzmatazz #EC134F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.69%

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

R = 70.66%
G = 5.69%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC134F (or 0xEC134F) is known color: Razzmatazz. HEX triplet: EC, 13 and 4F. RGB value is (236,19,79). Sum of RGB (Red+Green+Blue) = 236+19+79=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC134F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC134F is #13ECB0. Grayscale: #5A5A5A. Windows color (decimal): -1305777 or 5182444. OLE color: 5182444.

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

Color convert

RGB 236 19 79 -
CMYK 0 0.92 0.67 0.07
HSL 343.41º 0.85% 0.5% -
HSV(B) 343.41º 0.92% 0.93% -
XYZ 36.24 18.86 9.13 -
YUV 90.72 121.39 231.62 -
System Red Green Blue C M Y K H S L
Decimal 236 19 79 0 0.92 0.67 0.07 343.41 0.85 0.5
Hex EC 13 4F 0 5C 43 7 157 55 32
Octal 354 23 117 0 134 103 7 527 125 62
Binary 11101100 10011 1001111 0 1011100 1000011 111 101010111 1010101 110010

Color Harmonies of #EC134F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC134F

Black with #EC134F

Text Example


Text Example

White with #EC134F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC134F; }

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

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

background-color css

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

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

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

border-color css

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

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

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