Html Css Color HEX #EC135C Razzmatazz

📋 copy color: '#EC135C'

red 236 ◦ green 19 ◦ blue 92

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

Shades of Razzmatazz #EC135C

Tints of Razzmatazz #EC135C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.51%

R = 68.01%
G = 5.48%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC135C (or 0xEC135C) is known color: Razzmatazz. HEX triplet: EC, 13 and 5C. RGB value is (236,19,92). Sum of RGB (Red+Green+Blue) = 236+19+92=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC135C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC135C is #13ECA3. Grayscale: #5C5C5C. Windows color (decimal): -1305764 or 6034412. OLE color: 6034412.

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

Color convert

RGB 236 19 92 -
CMYK 0 0.92 0.61 0.07
HSL 339.82º 0.85% 0.5% -
HSV(B) 339.82º 0.92% 0.93% -
XYZ 36.76 19.07 11.87 -
YUV 92.21 127.89 230.56 -
System Red Green Blue C M Y K H S L
Decimal 236 19 92 0 0.92 0.61 0.07 339.82 0.85 0.5
Hex EC 13 5C 0 5C 3D 7 154 55 32
Octal 354 23 134 0 134 75 7 524 125 62
Binary 11101100 10011 1011100 0 1011100 111101 111 101010100 1010101 110010

Color Harmonies of #EC135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC135C

Black with #EC135C

Text Example


Text Example

White with #EC135C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC135C; }

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

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

background-color css

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

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

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

border-color css

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

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

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