Html Css Color HEX #EC135B Razzmatazz

📋 copy color: '#EC135B'

red 236 ◦ green 19 ◦ blue 91

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

Shades of Razzmatazz #EC135B

Tints of Razzmatazz #EC135B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.3%

R = 68.21%
G = 5.49%
B = 26.3%

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

#EC135B (or 0xEC135B) is known color: Razzmatazz. HEX triplet: EC, 13 and 5B. RGB value is (236,19,91). Sum of RGB (Red+Green+Blue) = 236+19+91=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC135B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC135B is #13ECA4. Grayscale: #5C5C5C. Windows color (decimal): -1305765 or 5968876. OLE color: 5968876.

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

Color convert

RGB 236 19 91 -
CMYK 0 0.92 0.61 0.07
HSL 340.09º 0.85% 0.5% -
HSV(B) 340.09º 0.92% 0.93% -
XYZ 36.71 19.05 11.64 -
YUV 92.09 127.39 230.65 -
System Red Green Blue C M Y K H S L
Decimal 236 19 91 0 0.92 0.61 0.07 340.09 0.85 0.5
Hex EC 13 5B 0 5C 3D 7 154 55 32
Octal 354 23 133 0 134 75 7 524 125 62
Binary 11101100 10011 1011011 0 1011100 111101 111 101010100 1010101 110010

Color Harmonies of #EC135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC135B

Black with #EC135B

Text Example


Text Example

White with #EC135B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC135B; }

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

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

background-color css

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

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

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

border-color css

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

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

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