Html Css Color HEX #EC114B Razzmatazz

📋 copy color: '#EC114B'

red 236 ◦ green 17 ◦ blue 75

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

Shades of Razzmatazz #EC114B

Tints of Razzmatazz #EC114B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.18%

 BLUE value IS 75 (29.69% from 255) = 22.87%

R = 71.95%
G = 5.18%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC114B (or 0xEC114B) is known color: Razzmatazz. HEX triplet: EC, 11 and 4B. RGB value is (236,17,75). Sum of RGB (Red+Green+Blue) = 236+17+75=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC114B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC114B is #13EEB4. Grayscale: #595959. Windows color (decimal): -1306293 or 4919788. OLE color: 4919788.

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

Color convert

RGB 236 17 75 -
CMYK 0 0.93 0.68 0.07
HSL 344.11º 0.87% 0.5% -
HSV(B) 344.11º 0.93% 0.93% -
XYZ 36.06 18.74 8.37 -
YUV 89.09 120.05 232.78 -
System Red Green Blue C M Y K H S L
Decimal 236 17 75 0 0.93 0.68 0.07 344.11 0.87 0.5
Hex EC 11 4B 0 5D 44 7 158 57 32
Octal 354 21 113 0 135 104 7 530 127 62
Binary 11101100 10001 1001011 0 1011101 1000100 111 101011000 1010111 110010

Color Harmonies of #EC114B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC114B

Black with #EC114B

Text Example


Text Example

White with #EC114B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC114B; }

 p { color: rgb(236,17,75); }

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

background-color css

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

 a { background-color: rgb(236,17,75); }

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

border-color css

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

 span { border-color: rgb(236,17,75); }

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