Html Css Color HEX #EC115F Razzmatazz

📋 copy color: '#EC115F'

red 236 ◦ green 17 ◦ blue 95

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

Shades of Razzmatazz #EC115F

Tints of Razzmatazz #EC115F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.3%

R = 67.82%
G = 4.89%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC115F (or 0xEC115F) is known color: Razzmatazz. HEX triplet: EC, 11 and 5F. RGB value is (236,17,95). Sum of RGB (Red+Green+Blue) = 236+17+95=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC115F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC115F is #13EEA0. Grayscale: #5B5B5B. Windows color (decimal): -1306273 or 6230508. OLE color: 6230508.

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

Color convert

RGB 236 17 95 -
CMYK 0 0.93 0.60 0.07
HSL 338.63º 0.87% 0.5% -
HSV(B) 338.63º 0.93% 0.93% -
XYZ 36.86 19.06 12.56 -
YUV 91.37 130.05 231.16 -
System Red Green Blue C M Y K H S L
Decimal 236 17 95 0 0.93 0.60 0.07 338.63 0.87 0.5
Hex EC 11 5F 0 5D 3C 7 153 57 32
Octal 354 21 137 0 135 74 7 523 127 62
Binary 11101100 10001 1011111 0 1011101 111100 111 101010011 1010111 110010

Color Harmonies of #EC115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC115F

Black with #EC115F

Text Example


Text Example

White with #EC115F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC115F; }

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

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

background-color css

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

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

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

border-color css

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

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

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